Html Css Color HEX #CADDB0 Pale Leaf

📋 copy color: '#CADDB0'

red 202 ◦ green 221 ◦ blue 176

#CADDB0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pale Leaf #CADDB0

Tints of Pale Leaf #CADDB0

RGB

 RED value IS 202 (79.3% from 255) = 33.72%

 GREEN value IS 221 (86.72% from 255) = 36.89%

 BLUE value IS 176 (69.14% from 255) = 29.38%

R = 33.72%
G = 36.89%
B = 29.38%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.20

 K value IS 0.13

RGB Variations

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

Color information

#CADDB0 (or 0xCADDB0) is known color: Pale Leaf. HEX triplet: CA, DD and B0. RGB value is (202,221,176). Sum of RGB (Red+Green+Blue) = 202+221+176=599 (79% of max value = 765). Red value is 202 (79.30% from 255 or 33.72% from 599); Green value is 221 (86.72% from 255 or 36.89% from 599); Blue value is 176 (69.14% from 255 or 29.38% from 599); Max value from RGB is 221 - color contains mainly: green. Hex color #CADDB0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CADDB0 is #35224F. Grayscale: #D2D2D2. Windows color (decimal): -3482192 or 11591114. OLE color: 11591114.

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

Color convert

RGB 202 221 176 -
CMYK 0.09 0 0.20 0.13
HSL 85.33º 0.4% 0.78% -
HSV(B) 85.33º 0.2% 0.87% -
XYZ 58.05 67.4 51.03 -
YUV 210.19 108.71 122.16 -
System Red Green Blue C M Y K H S L
Decimal 202 221 176 0.09 0 0.20 0.13 85.33 0.4 0.78
Hex CA DD B0 9 0 14 D 55 28 4E
Octal 312 335 260 11 0 24 15 125 50 116
Binary 11001010 11011101 10110000 1001 0 10100 1101 1010101 101000 1001110

Color Harmonies of #CADDB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CADDB0

Black with #CADDB0

Text Example


Text Example

White with #CADDB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CADDB0; }

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

 H1.HeaderClassName
 {
   color: #CADDB0;
 }
 .AnyTagClassName
 {
   color: #CADDB0;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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