#D0FEDB

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

Shades of Cosmic Latte #D0FEDB

Tints of Cosmic Latte #D0FEDB

Color information

#D0FEDB (or 0xD0FEDB) is unknown color: approx Cosmic Latte. HEX triplet: D0, FE and DB. RGB value is (208,254,219). Sum of RGB (Red+Green+Blue) = 208+254+219=681 (90% of max value = 765). Red value is 208 (81.64% from 255 or 30.54% from 681); Green value is 254 (99.61% from 255 or 37.30% from 681); Blue value is 219 (85.94% from 255 or 32.16% from 681); Max value from RGB is 254 - color contains mainly: green. Hex color #D0FEDB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D0FEDB is #2F0124. Grayscale: #ECECEC. Windows color (decimal): -3080485 or 14417616. OLE color: 14417616.

HSL color Cylindrical-coordinate representation of color #D0FEDB: hue angle of 134.35º degrees, saturation: 0.96, lightness: 0.91%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D0FEDB is Cyan = 0.18, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.00.

Color convert

RGB208254219-
CMYK0.1800.140.00
HSL134.35º95.83%90.59%-
HSV(B)134.35º18.11%99.61%-
XYZ74.2489.4180.36-
YUV236.26118.26107.85-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 30.54%
GREEN value IS 254 (99.61% from 255) = 37.30%
BLUE value IS 219 (85.94% from 255) = 32.16%
R=30.54%
G=37.30%
B=32.16%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2082542190.1800.140.00134.3595.8390.59
HexD0FEDB120E086605b
Octal320376333220160206140133
Binary110100001111111011011011100100111001000011011000001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0FEDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0FEDB; }

 p { color: rgb(208,254,219); }

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

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

 a { background-color: rgb(208,254,219); }

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

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

 span { border-color: rgb(208,254,219); }

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