#D2FBE1

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

Shades of Cosmic Latte #D2FBE1

Tints of Cosmic Latte #D2FBE1

Color information

#D2FBE1 (or 0xD2FBE1) is unknown color: approx Cosmic Latte. HEX triplet: D2, FB and E1. RGB value is (210,251,225). Sum of RGB (Red+Green+Blue) = 210+251+225=686 (90% of max value = 765). Red value is 210 (82.42% from 255 or 30.61% from 686); Green value is 251 (98.44% from 255 or 36.59% from 686); Blue value is 225 (88.28% from 255 or 32.80% from 686); Max value from RGB is 251 - color contains mainly: green. Hex color #D2FBE1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D2FBE1 is #2D041E. Grayscale: #EBEBEB. Windows color (decimal): -2950175 or 14810066. OLE color: 14810066.

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

Color convert

RGB210251225-
CMYK0.1600.100.02
HSL141.95º83.67%90.39%-
HSV(B)141.95º16.33%98.43%-
XYZ74.6788.1384.31-
YUV235.78121.92109.61-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 30.61%
GREEN value IS 251 (98.44% from 255) = 36.59%
BLUE value IS 225 (88.28% from 255) = 32.80%
R=30.61%
G=36.59%
B=32.80%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2102512250.1600.100.02141.9583.6790.39
HexD2FBE1100A28e545a
Octal322373341200122216124132
Binary1101001011111011111000011000001010101000111010101001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2FBE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2FBE1; }

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

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

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

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

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

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

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

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