#CADAAD

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

Shades of Pale Leaf #CADAAD

Tints of Pale Leaf #CADAAD

Color information

#CADAAD (or 0xCADAAD) is unknown color: approx Pale Leaf. HEX triplet: CA, DA and AD. RGB value is (202,218,173). Sum of RGB (Red+Green+Blue) = 202+218+173=593 (78% of max value = 765). Red value is 202 (79.30% from 255 or 34.06% from 593); Green value is 218 (85.55% from 255 or 36.76% from 593); Blue value is 173 (67.97% from 255 or 29.17% from 593); Max value from RGB is 218 - color contains mainly: green. Hex color #CADAAD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CADAAD is #352552. Grayscale: #D0D0D0. Windows color (decimal): -3482963 or 11393738. OLE color: 11393738.

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

Color convert

RGB202218173-
CMYK0.0700.210.15
HSL81.33º37.82%76.67%-
HSV(B)81.33º20.64%85.49%-
XYZ56.9765.7249.22-
YUV208.09108.2123.66-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 34.06%
GREEN value IS 218 (85.55% from 255) = 36.76%
BLUE value IS 173 (67.97% from 255) = 29.17%
R=34.06%
G=36.76%
B=29.17%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2022181730.0700.210.1581.3337.8276.67
HexCADAAD7015F51264d
Octal31233225570251712146115
Binary110010101101101010101101111010101111110100011001101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CADAAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CADAAD; }

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

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

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

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

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

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

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

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