Shades of Deco #CDDB90
Tints of Deco #CDDB90
RGB
CMYK
RGB Variations
Color information
#CDDB90 (or 0xCDDB90) is known color: Deco. HEX triplet: CD, DB and 90. RGB value is (205,219,144). Sum of RGB (Red+Green+Blue) = 205+219+144=568 (75% of max value = 765). Red value is 205 (80.47% from 255 or 36.09% from 568); Green value is 219 (85.94% from 255 or 38.56% from 568); Blue value is 144 (56.64% from 255 or 25.35% from 568); Max value from RGB is 219 - color contains mainly: green. Hex color #CDDB90 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDDB90 is #32246F. Grayscale: #CECECE. Windows color (decimal): -3286128 or 9493453. OLE color: 9493453.
HSL color Cylindrical-coordinate representation of color #CDDB90: hue angle of 71.2º degrees, saturation: 0.51, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CDDB90 is Cyan = 0.06, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 205 | 219 | 144 | - |
| CMYK | 0.06 | 0 | 0.34 | 0.14 |
| HSL | 71.2º | 0.51% | 0.71% | - |
| HSV(B) | 71.2º | 0.34% | 0.86% | - |
| XYZ | 55.54 | 65.66 | 36.13 | - |
| YUV | 206.26 | 92.86 | 127.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 219 | 144 | 0.06 | 0 | 0.34 | 0.14 | 71.2 | 0.51 | 0.71 |
| Hex | CD | DB | 90 | 6 | 0 | 22 | E | 47 | 33 | 47 |
| Octal | 315 | 333 | 220 | 6 | 0 | 42 | 16 | 107 | 63 | 107 |
| Binary | 11001101 | 11011011 | 10010000 | 110 | 0 | 100010 | 1110 | 1000111 | 110011 | 1000111 |
Color Harmonies of #CDDB90
Complementary color
Monochromatic Colors of #CDDB90
Black with #CDDB90
Text Example
Text Example
White with #CDDB90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDDB90; }
p { color: rgb(205,219,144); }
H1.HeaderClassName
{
color: #CDDB90;
}
.AnyTagClassName
{
color: #CDDB90;
}
</style>
background-color css
<style>
a { background-color: #CDDB90; }
a { background-color: rgb(205,219,144); }
div.DivClassName
{
background-color: #CDDB90;
}
.BgClassName
{
background-color: #CDDB90;
}
</style>
border-color css
<style>
span { border-color: #CDDB90; }
span { border-color: rgb(205,219,144); }
td.TdClassName
{
border-color: #CDDB90;
}
.TagClassName
{
border-color: #CDDB90;
}
</style>