#D0FCDE

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

Shades of Cosmic Latte #D0FCDE

Tints of Cosmic Latte #D0FCDE

Color information

#D0FCDE (or 0xD0FCDE) is unknown color: approx Cosmic Latte. HEX triplet: D0, FC and DE. RGB value is (208,252,222). Sum of RGB (Red+Green+Blue) = 208+252+222=682 (90% of max value = 765). Red value is 208 (81.64% from 255 or 30.50% from 682); Green value is 252 (98.83% from 255 or 36.95% from 682); Blue value is 222 (87.11% from 255 or 32.55% from 682); Max value from RGB is 252 - color contains mainly: green. Hex color #D0FCDE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D0FCDE is #2F0321. Grayscale: #EBEBEB. Windows color (decimal): -3080994 or 14613712. OLE color: 14613712.

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

Color convert

RGB208252222-
CMYK0.1700.120.01
HSL139.09º88%90.2%-
HSV(B)139.09º17.46%98.82%-
XYZ74.0188.382.25-
YUV235.42120.42108.44-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 30.50%
GREEN value IS 252 (98.83% from 255) = 36.95%
BLUE value IS 222 (87.11% from 255) = 32.55%
R=30.50%
G=36.95%
B=32.55%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2082522220.1700.120.01139.098890.2
HexD0FCDE110C18b585a
Octal320374336210141213130132
Binary110100001111110011011110100010110011000101110110001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0FCDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0FCDE; }

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

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

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

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

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

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

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

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