#DDFDE8

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

Shades of Cosmic Latte #DDFDE8

Tints of Cosmic Latte #DDFDE8

Color information

#DDFDE8 (or 0xDDFDE8) is unknown color: approx Cosmic Latte. HEX triplet: DD, FD and E8. RGB value is (221,253,232). Sum of RGB (Red+Green+Blue) = 221+253+232=706 (93% of max value = 765). Red value is 221 (86.72% from 255 or 31.30% from 706); Green value is 253 (99.22% from 255 or 35.84% from 706); Blue value is 232 (91.02% from 255 or 32.86% from 706); Max value from RGB is 253 - color contains mainly: green. Hex color #DDFDE8 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DDFDE8 is #220217. Grayscale: #F1F1F1. Windows color (decimal): -2228760 or 15269341. OLE color: 15269341.

HSL color Cylindrical-coordinate representation of color #DDFDE8: hue angle of 140.62º 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 #DDFDE8 is Cyan = 0.13, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.01.

Color convert

RGB221253232-
CMYK0.1300.080.01
HSL140.62º88.89%92.94%-
HSV(B)140.62º12.65%99.22%-
XYZ79.5191.4589.8-
YUV241.04122.9113.71-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 31.30%
GREEN value IS 253 (99.22% from 255) = 35.84%
BLUE value IS 232 (91.02% from 255) = 32.86%
R=31.30%
G=35.84%
B=32.86%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2212532320.1300.080.01140.6288.8992.94
HexDDFDE8D0818d595d
Octal335375350150101215131135
Binary11011101111111011110100011010100011000110110110011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDFDE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDFDE8; }

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

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

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

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

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

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

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

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