Shades of Cosmic Latte #CDFBDB
Tints of Cosmic Latte #CDFBDB
RGB
CMYK
RGB Variations
Color information
#CDFBDB (or 0xCDFBDB) is known color: Cosmic Latte. HEX triplet: CD, FB and DB. RGB value is (205,251,219). Sum of RGB (Red+Green+Blue) = 205+251+219=675 (89% of max value = 765). Red value is 205 (80.47% from 255 or 30.37% from 675); Green value is 251 (98.44% from 255 or 37.19% from 675); Blue value is 219 (85.94% from 255 or 32.44% from 675); Max value from RGB is 251 - color contains mainly: green. Hex color #CDFBDB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CDFBDB is #320424. Grayscale: #E9E9E9. Windows color (decimal): -3277861 or 14416845. OLE color: 14416845.
HSL color Cylindrical-coordinate representation of color #CDFBDB: hue angle of 138.26º degrees, saturation: 0.85, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CDFBDB is Cyan = 0.18, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.02.
Color convert
RGB | 205 | 251 | 219 | - |
CMYK | 0.18 | 0 | 0.13 | 0.02 |
HSL | 138.26º | 0.85% | 0.89% | - |
HSV(B) | 138.26º | 0.18% | 0.98% | - |
XYZ | 72.46 | 87.09 | 80.01 | - |
YUV | 233.6 | 119.76 | 107.6 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 205 | 251 | 219 | 0.18 | 0 | 0.13 | 0.02 | 138.26 | 0.85 | 0.89 |
Hex | CD | FB | DB | 12 | 0 | D | 2 | 8A | 55 | 59 |
Octal | 315 | 373 | 333 | 22 | 0 | 15 | 2 | 212 | 125 | 131 |
Binary | 11001101 | 11111011 | 11011011 | 10010 | 0 | 1101 | 10 | 10001010 | 1010101 | 1011001 |
Color Harmonies of #CDFBDB
Complementary color
Monochromatic Colors of #CDFBDB
Black with #CDFBDB
Text Example
Text Example
White with #CDFBDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDFBDB; }
p { color: rgb(205,251,219); }
H1.HeaderClassName
{
color: #CDFBDB;
}
.AnyTagClassName
{
color: #CDFBDB;
}
</style>
background-color css
<style>
a { background-color: #CDFBDB; }
a { background-color: rgb(205,251,219); }
div.DivClassName
{
background-color: #CDFBDB;
}
.BgClassName
{
background-color: #CDFBDB;
}
</style>
border-color css
<style>
span { border-color: #CDFBDB; }
span { border-color: rgb(205,251,219); }
td.TdClassName
{
border-color: #CDFBDB;
}
.TagClassName
{
border-color: #CDFBDB;
}
</style>