#D2FBDD

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

Shades of Cosmic Latte #D2FBDD

Tints of Cosmic Latte #D2FBDD

Color information

#D2FBDD (or 0xD2FBDD) is unknown color: approx Cosmic Latte. HEX triplet: D2, FB and DD. RGB value is (210,251,221). Sum of RGB (Red+Green+Blue) = 210+251+221=682 (90% of max value = 765). Red value is 210 (82.42% from 255 or 30.79% from 682); Green value is 251 (98.44% from 255 or 36.80% from 682); Blue value is 221 (86.72% from 255 or 32.40% from 682); Max value from RGB is 251 - color contains mainly: green. Hex color #D2FBDD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D2FBDD is #2D0422. Grayscale: #EBEBEB. Windows color (decimal): -2950179 or 14547922. OLE color: 14547922.

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

Color convert

RGB210251221-
CMYK0.1600.120.02
HSL136.1º83.67%90.39%-
HSV(B)136.1º16.33%98.43%-
XYZ74.1387.9281.47-
YUV235.32119.92109.94-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 30.79%
GREEN value IS 251 (98.44% from 255) = 36.80%
BLUE value IS 221 (86.72% from 255) = 32.40%
R=30.79%
G=36.80%
B=32.40%

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
Decimal2102512210.1600.120.02136.183.6790.39
HexD2FBDD100C288545a
Octal322373335200142210124132
Binary1101001011111011110111011000001100101000100010101001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2FBDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2FBDD; }

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

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

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

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

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

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

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

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