#D2FADD

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

Shades of Cosmic Latte #D2FADD

Tints of Cosmic Latte #D2FADD

Color information

#D2FADD (or 0xD2FADD) is unknown color: approx Cosmic Latte. HEX triplet: D2, FA and DD. RGB value is (210,250,221). Sum of RGB (Red+Green+Blue) = 210+250+221=681 (90% of max value = 765). Red value is 210 (82.42% from 255 or 30.84% from 681); Green value is 250 (98.05% from 255 or 36.71% from 681); Blue value is 221 (86.72% from 255 or 32.45% from 681); Max value from RGB is 250 - color contains mainly: green. Hex color #D2FADD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D2FADD is #2D0522. Grayscale: #EAEAEA. Windows color (decimal): -2950435 or 14547666. OLE color: 14547666.

HSL color Cylindrical-coordinate representation of color #D2FADD: hue angle of 136.5º 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 #D2FADD is Cyan = 0.16, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.

Color convert

RGB210250221-
CMYK0.1600.120.02
HSL136.5º80%90.2%-
HSV(B)136.5º16%98.04%-
XYZ73.8287.2981.37-
YUV234.73120.25110.36-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 30.84%
GREEN value IS 250 (98.05% from 255) = 36.71%
BLUE value IS 221 (86.72% from 255) = 32.45%
R=30.84%
G=36.71%
B=32.45%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2102502210.1600.120.02136.58090.2
HexD2FADD100C288505a
Octal322372335200142210120132
Binary1101001011111010110111011000001100101000100010100001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2FADD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2FADD; }

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

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

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

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

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

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

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

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