Html Css Color HEX #CCD9A9 Pale Leaf

📋 copy color: '#CCD9A9'

red 204 ◦ green 217 ◦ blue 169

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

Shades of Pale Leaf #CCD9A9

Tints of Pale Leaf #CCD9A9

RGB

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

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

 BLUE value IS 169 (66.41% from 255) = 28.64%

R = 34.58%
G = 36.78%
B = 28.64%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.22

 K value IS 0.15

RGB Variations

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

Color information

#CCD9A9 (or 0xCCD9A9) is known color: Pale Leaf. HEX triplet: CC, D9 and A9. RGB value is (204,217,169). Sum of RGB (Red+Green+Blue) = 204+217+169=590 (78% of max value = 765). Red value is 204 (80.08% from 255 or 34.58% from 590); Green value is 217 (85.16% from 255 or 36.78% from 590); Blue value is 169 (66.41% from 255 or 28.64% from 590); Max value from RGB is 217 - color contains mainly: green. Hex color #CCD9A9 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCD9A9 is #332656. Grayscale: #CFCFCF. Windows color (decimal): -3352151 or 11131340. OLE color: 11131340.

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

Color convert

RGB 204 217 169 -
CMYK 0.06 0 0.22 0.15
HSL 76.25º 0.39% 0.76% -
HSV(B) 76.25º 0.22% 0.85% -
XYZ 56.88 65.33 47.15 -
YUV 207.64 106.19 125.4 -
System Red Green Blue C M Y K H S L
Decimal 204 217 169 0.06 0 0.22 0.15 76.25 0.39 0.76
Hex CC D9 A9 6 0 16 F 4C 27 4C
Octal 314 331 251 6 0 26 17 114 47 114
Binary 11001100 11011001 10101001 110 0 10110 1111 1001100 100111 1001100

Color Harmonies of #CCD9A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD9A9

Black with #CCD9A9

Text Example


Text Example

White with #CCD9A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD9A9; }

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

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

background-color css

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

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

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

border-color css

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

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

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