#CADBB4

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

Shades of Pale Leaf #CADBB4

Tints of Pale Leaf #CADBB4

Color information

#CADBB4 (or 0xCADBB4) is unknown color: approx Pale Leaf. HEX triplet: CA, DB and B4. RGB value is (202,219,180). Sum of RGB (Red+Green+Blue) = 202+219+180=601 (79% of max value = 765). Red value is 202 (79.30% from 255 or 33.61% from 601); Green value is 219 (85.94% from 255 or 36.44% from 601); Blue value is 180 (70.70% from 255 or 29.95% from 601); Max value from RGB is 219 - color contains mainly: green. Hex color #CADBB4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CADBB4 is #35244B. Grayscale: #D1D1D1. Windows color (decimal): -3482700 or 11852746. OLE color: 11852746.

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

Color convert

RGB202219180-
CMYK0.0800.180.14
HSL86.15º35.14%78.24%-
HSV(B)86.15º17.81%85.88%-
XYZ57.9366.5152.97-
YUV209.47111.37122.67-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 33.61%
GREEN value IS 219 (85.94% from 255) = 36.44%
BLUE value IS 180 (70.70% from 255) = 29.95%
R=33.61%
G=36.44%
B=29.95%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2022191800.0800.180.1486.1535.1478.24
HexCADBB48012E56234e
Octal312333264100221612643116
Binary1100101011011011101101001000010010111010101101000111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CADBB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CADBB4; }

 p { color: rgb(202,219,180); }

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

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

 a { background-color: rgb(202,219,180); }

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

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

 span { border-color: rgb(202,219,180); }

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