#CADCB3

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

Shades of Pale Leaf #CADCB3

Tints of Pale Leaf #CADCB3

Color information

#CADCB3 (or 0xCADCB3) is unknown color: approx Pale Leaf. HEX triplet: CA, DC and B3. RGB value is (202,220,179). Sum of RGB (Red+Green+Blue) = 202+220+179=601 (79% of max value = 765). Red value is 202 (79.30% from 255 or 33.61% from 601); Green value is 220 (86.33% from 255 or 36.61% from 601); Blue value is 179 (70.31% from 255 or 29.78% from 601); Max value from RGB is 220 - color contains mainly: green. Hex color #CADCB3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CADCB3 is #35234C. Grayscale: #D2D2D2. Windows color (decimal): -3482445 or 11787466. OLE color: 11787466.

HSL color Cylindrical-coordinate representation of color #CADCB3: hue angle of 86.34º degrees, saturation: 0.37, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CADCB3 is Cyan = 0.08, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.14.

Color convert

RGB202220179-
CMYK0.0800.190.14
HSL86.34º36.94%78.24%-
HSV(B)86.34º18.64%86.27%-
XYZ58.096752.52-
YUV209.94110.54122.33-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 33.61%
GREEN value IS 220 (86.33% from 255) = 36.61%
BLUE value IS 179 (70.31% from 255) = 29.78%
R=33.61%
G=36.61%
B=29.78%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2022201790.0800.190.1486.3436.9478.24
HexCADCB38013E56254e
Octal312334263100231612645116
Binary1100101011011100101100111000010011111010101101001011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CADCB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CADCB3; }

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

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

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

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

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

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

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

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