#CADAB4

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

Shades of Pale Leaf #CADAB4

Tints of Pale Leaf #CADAB4

Color information

#CADAB4 (or 0xCADAB4) is unknown color: approx Pale Leaf. HEX triplet: CA, DA and B4. RGB value is (202,218,180). Sum of RGB (Red+Green+Blue) = 202+218+180=600 (79% of max value = 765). Red value is 202 (79.30% from 255 or 33.67% from 600); Green value is 218 (85.55% from 255 or 36.33% from 600); Blue value is 180 (70.70% from 255 or 30% from 600); Max value from RGB is 218 - color contains mainly: green. Hex color #CADAB4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CADAB4 is #35254B. Grayscale: #D1D1D1. Windows color (decimal): -3482956 or 11852490. OLE color: 11852490.

HSL color Cylindrical-coordinate representation of color #CADAB4: hue angle of 85.26º degrees, saturation: 0.34, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CADAB4 is Cyan = 0.07, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.15.

Color convert

RGB202218180-
CMYK0.0700.170.15
HSL85.26º33.93%78.04%-
HSV(B)85.26º17.43%85.49%-
XYZ57.6765.9952.88-
YUV208.88111.7123.09-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 33.67%
GREEN value IS 218 (85.55% from 255) = 36.33%
BLUE value IS 180 (70.70% from 255) = 30%
R=33.67%
G=36.33%
B=30%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2022181800.0700.170.1585.2633.9378.04
HexCADAB47011F55224e
Octal31233226470211712542116
Binary110010101101101010110100111010001111110101011000101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CADAB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CADAB4; }

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

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

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

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

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

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

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

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