#D0FEDC

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

Shades of Cosmic Latte #D0FEDC

Tints of Cosmic Latte #D0FEDC

Color information

#D0FEDC (or 0xD0FEDC) is unknown color: approx Cosmic Latte. HEX triplet: D0, FE and DC. RGB value is (208,254,220). Sum of RGB (Red+Green+Blue) = 208+254+220=682 (90% of max value = 765). Red value is 208 (81.64% from 255 or 30.50% from 682); Green value is 254 (99.61% from 255 or 37.24% from 682); Blue value is 220 (86.33% from 255 or 32.26% from 682); Max value from RGB is 254 - color contains mainly: green. Hex color #D0FEDC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D0FEDC is #2F0123. Grayscale: #ECECEC. Windows color (decimal): -3080484 or 14483152. OLE color: 14483152.

HSL color Cylindrical-coordinate representation of color #D0FEDC: hue angle of 135.65º 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 #D0FEDC is Cyan = 0.18, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.00.

Color convert

RGB208254220-
CMYK0.1800.130.00
HSL135.65º95.83%90.59%-
HSV(B)135.65º18.11%99.61%-
XYZ74.3789.4681.06-
YUV236.37118.76107.76-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 30.50%
GREEN value IS 254 (99.61% from 255) = 37.24%
BLUE value IS 220 (86.33% from 255) = 32.26%
R=30.50%
G=37.24%
B=32.26%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2082542200.1800.130.00135.6595.8390.59
HexD0FEDC120D088605b
Octal320376334220150210140133
Binary110100001111111011011100100100110101000100011000001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0FEDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0FEDC; }

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

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

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

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

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

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

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

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