#D2FADE

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

Shades of Cosmic Latte #D2FADE

Tints of Cosmic Latte #D2FADE

Color information

#D2FADE (or 0xD2FADE) is unknown color: approx Cosmic Latte. HEX triplet: D2, FA and DE. RGB value is (210,250,222). Sum of RGB (Red+Green+Blue) = 210+250+222=682 (90% of max value = 765). Red value is 210 (82.42% from 255 or 30.79% from 682); Green value is 250 (98.05% from 255 or 36.66% from 682); Blue value is 222 (87.11% from 255 or 32.55% from 682); Max value from RGB is 250 - color contains mainly: green. Hex color #D2FADE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D2FADE is #2D0521. Grayscale: #EAEAEA. Windows color (decimal): -2950434 or 14613202. OLE color: 14613202.

HSL color Cylindrical-coordinate representation of color #D2FADE: hue angle of 138º degrees, saturation: 0.8, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #D2FADE is Cyan = 0.16, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.02.

Color convert

RGB210250222-
CMYK0.1600.110.02
HSL138º80%90.2%-
HSV(B)138º16%98.04%-
XYZ73.9587.3582.07-
YUV234.85120.75110.28-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 30.79%
GREEN value IS 250 (98.05% from 255) = 36.66%
BLUE value IS 222 (87.11% from 255) = 32.55%
R=30.79%
G=36.66%
B=32.55%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2102502220.1600.110.021388090.2
HexD2FADE100B28a505a
Octal322372336200132212120132
Binary1101001011111010110111101000001011101000101010100001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2FADE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2FADE; }

 p { color: rgb(210,250,222); }

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

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

 a { background-color: rgb(210,250,222); }

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

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

 span { border-color: rgb(210,250,222); }

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