#CADDAF

Color #CADDAF Pale Leaf (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pale Leaf #CADDAF

Tints of Pale Leaf #CADDAF

Color information

#CADDAF (or 0xCADDAF) is unknown color: approx Pale Leaf. HEX triplet: CA, DD and AF. RGB value is (202,221,175). Sum of RGB (Red+Green+Blue) = 202+221+175=598 (79% of max value = 765). Red value is 202 (79.30% from 255 or 33.78% from 598); Green value is 221 (86.72% from 255 or 36.96% from 598); Blue value is 175 (68.75% from 255 or 29.26% from 598); Max value from RGB is 221 - color contains mainly: green. Hex color #CADDAF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CADDAF is #352250. Grayscale: #D2D2D2. Windows color (decimal): -3482193 or 11525578. OLE color: 11525578.

HSL color Cylindrical-coordinate representation of color #CADDAF: hue angle of 84.78º degrees, saturation: 0.4, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #CADDAF is Cyan = 0.09, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.13.

Color convert

RGB202221175-
CMYK0.0900.210.13
HSL84.78º40.35%77.65%-
HSV(B)84.78º20.81%86.67%-
XYZ57.9567.3650.51-
YUV210.08108.21122.24-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 33.78%
GREEN value IS 221 (86.72% from 255) = 36.96%
BLUE value IS 175 (68.75% from 255) = 29.26%
R=33.78%
G=36.96%
B=29.26%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2022211750.0900.210.1384.7840.3577.65
HexCADDAF9015D55284e
Octal312335257110251512550116
Binary1100101011011101101011111001010101110110101011010001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CADDAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CADDAF; }

 p { color: rgb(202,221,175); }

 H1.HeaderClassName
 {
   color: #CADDAF;
 }
 .AnyTagClassName
 {
   color: #CADDAF;
 }
</style>
background-color css

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

 a { background-color: rgb(202,221,175); }

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

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

 span { border-color: rgb(202,221,175); }

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