#D0FEDE

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

Shades of Cosmic Latte #D0FEDE

Tints of Cosmic Latte #D0FEDE

Color information

#D0FEDE (or 0xD0FEDE) is unknown color: approx Cosmic Latte. HEX triplet: D0, FE and DE. RGB value is (208,254,222). Sum of RGB (Red+Green+Blue) = 208+254+222=684 (90% of max value = 765). Red value is 208 (81.64% from 255 or 30.41% from 684); Green value is 254 (99.61% from 255 or 37.13% from 684); Blue value is 222 (87.11% from 255 or 32.46% from 684); Max value from RGB is 254 - color contains mainly: green. Hex color #D0FEDE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D0FEDE is #2F0121. Grayscale: #ECECEC. Windows color (decimal): -3080482 or 14614224. OLE color: 14614224.

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

Color convert

RGB208254222-
CMYK0.1800.130.00
HSL138.26º95.83%90.59%-
HSV(B)138.26º18.11%99.61%-
XYZ74.6489.5782.46-
YUV236.6119.76107.6-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 30.41%
GREEN value IS 254 (99.61% from 255) = 37.13%
BLUE value IS 222 (87.11% from 255) = 32.46%
R=30.41%
G=37.13%
B=32.46%

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
Decimal2082542220.1800.130.00138.2695.8390.59
HexD0FEDE120D08a605b
Octal320376336220150212140133
Binary110100001111111011011110100100110101000101011000001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0FEDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0FEDE; }

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

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

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

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

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

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

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

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