#D9FDE0

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

Shades of Cosmic Latte #D9FDE0

Tints of Cosmic Latte #D9FDE0

Color information

#D9FDE0 (or 0xD9FDE0) is unknown color: approx Cosmic Latte. HEX triplet: D9, FD and E0. RGB value is (217,253,224). Sum of RGB (Red+Green+Blue) = 217+253+224=694 (91% of max value = 765). Red value is 217 (85.16% from 255 or 31.27% from 694); Green value is 253 (99.22% from 255 or 36.46% from 694); Blue value is 224 (87.89% from 255 or 32.28% from 694); Max value from RGB is 253 - color contains mainly: green. Hex color #D9FDE0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D9FDE0 is #26021F. Grayscale: #EFEFEF. Windows color (decimal): -2490912 or 14745049. OLE color: 14745049.

HSL color Cylindrical-coordinate representation of color #D9FDE0: hue angle of 131.67º degrees, saturation: 0.9, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #D9FDE0 is Cyan = 0.14, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.01.

Color convert

RGB217253224-
CMYK0.1400.110.01
HSL131.67º90%92.16%-
HSV(B)131.67º14.23%99.22%-
XYZ77.290.3883.9-
YUV238.93119.57112.36-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 31.27%
GREEN value IS 253 (99.22% from 255) = 36.46%
BLUE value IS 224 (87.89% from 255) = 32.28%
R=31.27%
G=36.46%
B=32.28%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2172532240.1400.110.01131.679092.16
HexD9FDE0E0B1845a5c
Octal331375340160131204132134
Binary11011001111111011110000011100101111000010010110101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9FDE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9FDE0; }

 p { color: rgb(217,253,224); }

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

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

 a { background-color: rgb(217,253,224); }

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

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

 span { border-color: rgb(217,253,224); }

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