#DDFDE4

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

Shades of Cosmic Latte #DDFDE4

Tints of Cosmic Latte #DDFDE4

Color information

#DDFDE4 (or 0xDDFDE4) is unknown color: approx Cosmic Latte. HEX triplet: DD, FD and E4. RGB value is (221,253,228). Sum of RGB (Red+Green+Blue) = 221+253+228=702 (92% of max value = 765). Red value is 221 (86.72% from 255 or 31.48% from 702); Green value is 253 (99.22% from 255 or 36.04% from 702); Blue value is 228 (89.45% from 255 or 32.48% from 702); Max value from RGB is 253 - color contains mainly: green. Hex color #DDFDE4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDFDE4 is #22021B. Grayscale: #F0F0F0. Windows color (decimal): -2228764 or 15007197. OLE color: 15007197.

HSL color Cylindrical-coordinate representation of color #DDFDE4: hue angle of 133.12º degrees, saturation: 0.89, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DDFDE4 is Cyan = 0.13, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.01.

Color convert

RGB221253228-
CMYK0.1300.100.01
HSL133.12º88.89%92.94%-
HSV(B)133.12º12.65%99.22%-
XYZ78.9591.2286.85-
YUV240.58120.9114.03-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 31.48%
GREEN value IS 253 (99.22% from 255) = 36.04%
BLUE value IS 228 (89.45% from 255) = 32.48%
R=31.48%
G=36.04%
B=32.48%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2212532280.1300.100.01133.1288.8992.94
HexDDFDE4D0A185595d
Octal335375344150121205131135
Binary11011101111111011110010011010101011000010110110011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDFDE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDFDE4; }

 p { color: rgb(221,253,228); }

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

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

 a { background-color: rgb(221,253,228); }

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

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

 span { border-color: rgb(221,253,228); }

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