Shades of Pale Leaf #CADCAD
Tints of Pale Leaf #CADCAD
RGB
CMYK
RGB Variations
Color information
#CADCAD (or 0xCADCAD) is known color: 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
RGB | 202 | 220 | 173 | - |
CMYK | 0.08 | 0 | 0.21 | 0.14 |
HSL | 82.98º | 0.4% | 0.77% | - |
HSV(B) | 82.98º | 0.21% | 0.86% | - |
XYZ | 57.49 | 66.76 | 49.39 | - |
YUV | 209.26 | 107.54 | 122.82 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 220 | 173 | 0.08 | 0 | 0.21 | 0.14 | 82.98 | 0.4 | 0.77 |
Hex | CA | DC | AD | 8 | 0 | 15 | E | 53 | 28 | 4D |
Octal | 312 | 334 | 255 | 10 | 0 | 25 | 16 | 123 | 50 | 115 |
Binary | 11001010 | 11011100 | 10101101 | 1000 | 0 | 10101 | 1110 | 1010011 | 101000 | 1001101 |
Color Harmonies of #CADCAD
Complementary color
Monochromatic Colors of #CADCAD
Black with #CADCAD
Text Example
Text Example
White with #CADCAD
Text Example
Text Example
HTML Codes & Css Web 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>