#D0FBDD

Color #D0FBDD Cosmic Latte (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cosmic Latte #D0FBDD

Tints of Cosmic Latte #D0FBDD

Color information

#D0FBDD (or 0xD0FBDD) is unknown color: approx Cosmic Latte. HEX triplet: D0, FB and DD. RGB value is (208,251,221). Sum of RGB (Red+Green+Blue) = 208+251+221=680 (90% of max value = 765). Red value is 208 (81.64% from 255 or 30.59% from 680); Green value is 251 (98.44% from 255 or 36.91% from 680); Blue value is 221 (86.72% from 255 or 32.5% from 680); Max value from RGB is 251 - color contains mainly: green. Hex color #D0FBDD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D0FBDD is #2F0422. Grayscale: #EAEAEA. Windows color (decimal): -3081251 or 14547920. OLE color: 14547920.

HSL color Cylindrical-coordinate representation of color #D0FBDD: hue angle of 138.14º degrees, saturation: 0.84, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #D0FBDD is Cyan = 0.17, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.

Color convert

RGB208251221-
CMYK0.1700.120.02
HSL138.14º84.31%90%-
HSV(B)138.14º17.13%98.43%-
XYZ73.5687.6281.44-
YUV234.72120.25108.94-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 30.59%
GREEN value IS 251 (98.44% from 255) = 36.91%
BLUE value IS 221 (86.72% from 255) = 32.5%
R=30.59%
G=36.91%
B=32.5%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2082512210.1700.120.02138.1484.3190
HexD0FBDD110C28a545a
Octal320373335210142212124132
Binary1101000011111011110111011000101100101000101010101001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0FBDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0FBDD; }

 p { color: rgb(208,251,221); }

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

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

 a { background-color: rgb(208,251,221); }

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

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

 span { border-color: rgb(208,251,221); }

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