Shades of Cosmic Latte #DFF3E5
Tints of Cosmic Latte #DFF3E5
RGB
CMYK
RGB Variations
Color information
#DFF3E5 (or 0xDFF3E5) is known color: Cosmic Latte. HEX triplet: DF, F3 and E5. RGB value is (223,243,229). Sum of RGB (Red+Green+Blue) = 223+243+229=695 (92% of max value = 765). Red value is 223 (87.5% from 255 or 32.09% from 695); Green value is 243 (95.31% from 255 or 34.96% from 695); Blue value is 229 (89.84% from 255 or 32.95% from 695); Max value from RGB is 243 - color contains mainly: green. Hex color #DFF3E5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DFF3E5 is #200C1A. Grayscale: #EBEBEB. Windows color (decimal): -2100251 or 15070175. OLE color: 15070175.
HSL color Cylindrical-coordinate representation of color #DFF3E5: hue angle of 138º degrees, saturation: 0.45, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #DFF3E5 is Cyan = 0.08, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.05.
Color convert
RGB | 223 | 243 | 229 | - |
CMYK | 0.08 | 0 | 0.06 | 0.05 |
HSL | 138º | 0.45% | 0.91% | - |
HSV(B) | 138º | 0.08% | 0.95% | - |
XYZ | 76.62 | 85.45 | 86.58 | - |
YUV | 235.42 | 124.37 | 119.14 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 243 | 229 | 0.08 | 0 | 0.06 | 0.05 | 138 | 0.45 | 0.91 |
Hex | DF | F3 | E5 | 8 | 0 | 6 | 5 | 8A | 2D | 5B |
Octal | 337 | 363 | 345 | 10 | 0 | 6 | 5 | 212 | 55 | 133 |
Binary | 11011111 | 11110011 | 11100101 | 1000 | 0 | 110 | 101 | 10001010 | 101101 | 1011011 |
Color Harmonies of #DFF3E5
Complementary color
Monochromatic Colors of #DFF3E5
Black with #DFF3E5
Text Example
Text Example
White with #DFF3E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFF3E5; }
p { color: rgb(223,243,229); }
H1.HeaderClassName
{
color: #DFF3E5;
}
.AnyTagClassName
{
color: #DFF3E5;
}
</style>
background-color css
<style>
a { background-color: #DFF3E5; }
a { background-color: rgb(223,243,229); }
div.DivClassName
{
background-color: #DFF3E5;
}
.BgClassName
{
background-color: #DFF3E5;
}
</style>
border-color css
<style>
span { border-color: #DFF3E5; }
span { border-color: rgb(223,243,229); }
td.TdClassName
{
border-color: #DFF3E5;
}
.TagClassName
{
border-color: #DFF3E5;
}
</style>