#CADCAD

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

Shades of Pale Leaf #CADCAD

Tints of Pale Leaf #CADCAD

Color information

#CADCAD (or 0xCADCAD) is unknown color: approx Pale Leaf. HEX triplet: CA, DC and AD. RGB value is (202,220,173). Sum of RGB (Red+Green+Blue) = 202+220+173=595 (78% of max value = 765). Red value is 202 (79.30% from 255 or 33.95% from 595); Green value is 220 (86.33% from 255 or 36.97% from 595); Blue value is 173 (67.97% from 255 or 29.08% from 595); Max value from RGB is 220 - color contains mainly: green. Hex color #CADCAD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CADCAD is #352352. Grayscale: #D1D1D1. Windows color (decimal): -3482451 or 11394250. OLE color: 11394250.

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

Color convert

RGB202220173-
CMYK0.0800.210.14
HSL82.98º40.17%77.06%-
HSV(B)82.98º21.36%86.27%-
XYZ57.4966.7649.39-
YUV209.26107.54122.82-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 33.95%
GREEN value IS 220 (86.33% from 255) = 36.97%
BLUE value IS 173 (67.97% from 255) = 29.08%
R=33.95%
G=36.97%
B=29.08%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2022201730.0800.210.1482.9840.1777.06
HexCADCAD8015E53284d
Octal312334255100251612350115
Binary1100101011011100101011011000010101111010100111010001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CADCAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CADCAD; }

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

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

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

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

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

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

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

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