Html Css Color HEX #CCD9A4 Pale Leaf

📋 copy color: '#CCD9A4'

red 204 ◦ green 217 ◦ blue 164

#CCD9A4
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pale Leaf #CCD9A4

Tints of Pale Leaf #CCD9A4

RGB

 RED value IS 204 (80.08% from 255) = 34.87%

 GREEN value IS 217 (85.16% from 255) = 37.09%

 BLUE value IS 164 (64.45% from 255) = 28.03%

R = 34.87%
G = 37.09%
B = 28.03%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.24

 K value IS 0.15

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#CCD9A4 (or 0xCCD9A4) is known color: Pale Leaf. HEX triplet: CC, D9 and A4. RGB value is (204,217,164). Sum of RGB (Red+Green+Blue) = 204+217+164=585 (77% of max value = 765). Red value is 204 (80.08% from 255 or 34.87% from 585); Green value is 217 (85.16% from 255 or 37.09% from 585); Blue value is 164 (64.45% from 255 or 28.03% from 585); Max value from RGB is 217 - color contains mainly: green. Hex color #CCD9A4 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCD9A4 is #33265B. Grayscale: #CFCFCF. Windows color (decimal): -3352156 or 10803660. OLE color: 10803660.

HSL color Cylindrical-coordinate representation of color #CCD9A4: hue angle of 74.72º degrees, saturation: 0.41, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #CCD9A4 is Cyan = 0.06, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.15.

Color convert

RGB 204 217 164 -
CMYK 0.06 0 0.24 0.15
HSL 74.72º 0.41% 0.75% -
HSV(B) 74.72º 0.24% 0.85% -
XYZ 56.42 65.14 44.72 -
YUV 207.07 103.69 125.81 -
System Red Green Blue C M Y K H S L
Decimal 204 217 164 0.06 0 0.24 0.15 74.72 0.41 0.75
Hex CC D9 A4 6 0 18 F 4B 29 4B
Octal 314 331 244 6 0 30 17 113 51 113
Binary 11001100 11011001 10100100 110 0 11000 1111 1001011 101001 1001011

Color Harmonies of #CCD9A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD9A4

Black with #CCD9A4

Text Example


Text Example

White with #CCD9A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD9A4; }

 p { color: rgb(204,217,164); }

 H1.HeaderClassName
 {
   color: #CCD9A4;
 }
 .AnyTagClassName
 {
   color: #CCD9A4;
 }
</style>

background-color css

<style>
 a { background-color: #CCD9A4; }

 a { background-color: rgb(204,217,164); }

 div.DivClassName
 {
   background-color: #CCD9A4;
 }
 .BgClassName
 {
   background-color: #CCD9A4;
 }
</style>

border-color css

<style>
 span { border-color: #CCD9A4; }

 span { border-color: rgb(204,217,164); }

 td.TdClassName
 {
   border-color: #CCD9A4;
 }
 .TagClassName
 {
   border-color: #CCD9A4;
 }
</style>