#CADBB2

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

Shades of Pale Leaf #CADBB2

Tints of Pale Leaf #CADBB2

Color information

#CADBB2 (or 0xCADBB2) is unknown color: approx Pale Leaf. HEX triplet: CA, DB and B2. RGB value is (202,219,178). Sum of RGB (Red+Green+Blue) = 202+219+178=599 (79% of max value = 765). Red value is 202 (79.30% from 255 or 33.72% from 599); Green value is 219 (85.94% from 255 or 36.56% from 599); Blue value is 178 (69.92% from 255 or 29.72% from 599); Max value from RGB is 219 - color contains mainly: green. Hex color #CADBB2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CADBB2 is #35244D. Grayscale: #D1D1D1. Windows color (decimal): -3482702 or 11721674. OLE color: 11721674.

HSL color Cylindrical-coordinate representation of color #CADBB2: hue angle of 84.88º degrees, saturation: 0.36, 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 #CADBB2 is Cyan = 0.08, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.14.

Color convert

RGB202219178-
CMYK0.0800.190.14
HSL84.88º36.28%77.84%-
HSV(B)84.88º18.72%85.88%-
XYZ57.7266.4351.9-
YUV209.24110.37122.83-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 33.72%
GREEN value IS 219 (85.94% from 255) = 36.56%
BLUE value IS 178 (69.92% from 255) = 29.72%
R=33.72%
G=36.56%
B=29.72%

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
Decimal2022191780.0800.190.1484.8836.2877.84
HexCADBB28013E55244e
Octal312333262100231612544116
Binary1100101011011011101100101000010011111010101011001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CADBB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CADBB2; }

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

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

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

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

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

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

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

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