#D0FBDE

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

Shades of Cosmic Latte #D0FBDE

Tints of Cosmic Latte #D0FBDE

Color information

#D0FBDE (or 0xD0FBDE) is unknown color: approx Cosmic Latte. HEX triplet: D0, FB and DE. RGB value is (208,251,222). Sum of RGB (Red+Green+Blue) = 208+251+222=681 (90% of max value = 765). Red value is 208 (81.64% from 255 or 30.54% from 681); Green value is 251 (98.44% from 255 or 36.86% from 681); Blue value is 222 (87.11% from 255 or 32.60% from 681); Max value from RGB is 251 - color contains mainly: green. Hex color #D0FBDE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D0FBDE is #2F0421. Grayscale: #EAEAEA. Windows color (decimal): -3081250 or 14613456. OLE color: 14613456.

HSL color Cylindrical-coordinate representation of color #D0FBDE: hue angle of 139.53º 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 #D0FBDE is Cyan = 0.17, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.

Color convert

RGB208251222-
CMYK0.1700.120.02
HSL139.53º84.31%90%-
HSV(B)139.53º17.13%98.43%-
XYZ73.6987.6882.15-
YUV234.84120.75108.86-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 30.54%
GREEN value IS 251 (98.44% from 255) = 36.86%
BLUE value IS 222 (87.11% from 255) = 32.60%
R=30.54%
G=36.86%
B=32.60%

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
Decimal2082512220.1700.120.02139.5384.3190
HexD0FBDE110C28c545a
Octal320373336210142214124132
Binary1101000011111011110111101000101100101000110010101001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0FBDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0FBDE; }

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

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

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

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

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

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

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

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