#CADCAF

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

Shades of Pale Leaf #CADCAF

Tints of Pale Leaf #CADCAF

Color information

#CADCAF (or 0xCADCAF) is unknown color: approx Pale Leaf. HEX triplet: CA, DC and AF. RGB value is (202,220,175). Sum of RGB (Red+Green+Blue) = 202+220+175=597 (79% of max value = 765). Red value is 202 (79.30% from 255 or 33.84% from 597); Green value is 220 (86.33% from 255 or 36.85% from 597); Blue value is 175 (68.75% from 255 or 29.31% from 597); Max value from RGB is 220 - color contains mainly: green. Hex color #CADCAF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CADCAF is #352350. Grayscale: #D1D1D1. Windows color (decimal): -3482449 or 11525322. OLE color: 11525322.

HSL color Cylindrical-coordinate representation of color #CADCAF: hue angle of 84º degrees, saturation: 0.39, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CADCAF is Cyan = 0.08, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.14.

Color convert

RGB202220175-
CMYK0.0800.200.14
HSL84º39.13%77.45%-
HSV(B)84º20.45%86.27%-
XYZ57.6966.8450.42-
YUV209.49108.54122.66-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 33.84%
GREEN value IS 220 (86.33% from 255) = 36.85%
BLUE value IS 175 (68.75% from 255) = 29.31%
R=33.84%
G=36.85%
B=29.31%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2022201750.0800.200.148439.1377.45
HexCADCAF8014E54274d
Octal312334257100241612447115
Binary1100101011011100101011111000010100111010101001001111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CADCAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CADCAF; }

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

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

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

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

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

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

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

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