Html Css Color HEX #CCD9AD Pale Leaf

📋 copy color: '#CCD9AD'

red 204 ◦ green 217 ◦ blue 173

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

Shades of Pale Leaf #CCD9AD

Tints of Pale Leaf #CCD9AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 29.12%

R = 34.34%
G = 36.53%
B = 29.12%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.20

 K value IS 0.15

RGB Variations

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

Color information

#CCD9AD (or 0xCCD9AD) is known color: Pale Leaf. HEX triplet: CC, D9 and AD. RGB value is (204,217,173). Sum of RGB (Red+Green+Blue) = 204+217+173=594 (78% of max value = 765). Red value is 204 (80.08% from 255 or 34.34% from 594); Green value is 217 (85.16% from 255 or 36.53% from 594); Blue value is 173 (67.97% from 255 or 29.12% from 594); Max value from RGB is 217 - color contains mainly: green. Hex color #CCD9AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCD9AD is #332652. Grayscale: #D0D0D0. Windows color (decimal): -3352147 or 11393484. OLE color: 11393484.

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

Color convert

RGB 204 217 173 -
CMYK 0.06 0 0.20 0.15
HSL 77.73º 0.37% 0.76% -
HSV(B) 77.73º 0.2% 0.85% -
XYZ 57.26 65.48 49.16 -
YUV 208.1 108.19 125.08 -
System Red Green Blue C M Y K H S L
Decimal 204 217 173 0.06 0 0.20 0.15 77.73 0.37 0.76
Hex CC D9 AD 6 0 14 F 4E 25 4C
Octal 314 331 255 6 0 24 17 116 45 114
Binary 11001100 11011001 10101101 110 0 10100 1111 1001110 100101 1001100

Color Harmonies of #CCD9AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD9AD

Black with #CCD9AD

Text Example


Text Example

White with #CCD9AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD9AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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