#D2FFDF

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

Shades of Cosmic Latte #D2FFDF

Tints of Cosmic Latte #D2FFDF

Color information

#D2FFDF (or 0xD2FFDF) is unknown color: approx Cosmic Latte. HEX triplet: D2, FF and DF. RGB value is (210,255,223). Sum of RGB (Red+Green+Blue) = 210+255+223=688 (91% of max value = 765). Red value is 210 (82.42% from 255 or 30.52% from 688); Green value is 255 (100% from 255 or 37.06% from 688); Blue value is 223 (87.5% from 255 or 32.41% from 688); Max value from RGB is 255 - color contains mainly: green. Hex color #D2FFDF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D2FFDF is #2D0020. Grayscale: #EDEDED. Windows color (decimal): -2949153 or 14680018. OLE color: 14680018.

HSL color Cylindrical-coordinate representation of color #D2FFDF: hue angle of 137.33º degrees, saturation: 1, lightness: 0.91%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D2FFDF is Cyan = 0.18, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.

Color convert

RGB210255223-
CMYK0.1800.130
HSL137.33º100%91.18%-
HSV(B)137.33º17.65%100%-
XYZ75.6690.5583.3-
YUV237.9119.59108.1-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 30.52%
GREEN value IS 255 (100% from 255) = 37.06%
BLUE value IS 223 (87.5% from 255) = 32.41%
R=30.52%
G=37.06%
B=32.41%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2102552230.1800.130137.3310091.18
HexD2FFDF120D089645b
Octal322377337220150211144133
Binary110100101111111111011111100100110101000100111001001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2FFDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2FFDF; }

 p { color: rgb(210,255,223); }

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

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

 a { background-color: rgb(210,255,223); }

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

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

 span { border-color: rgb(210,255,223); }

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