#DDF2E4

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

Shades of Cosmic Latte #DDF2E4

Tints of Cosmic Latte #DDF2E4

Color information

#DDF2E4 (or 0xDDF2E4) is unknown color: approx Cosmic Latte. HEX triplet: DD, F2 and E4. RGB value is (221,242,228). Sum of RGB (Red+Green+Blue) = 221+242+228=691 (91% of max value = 765). Red value is 221 (86.72% from 255 or 31.98% from 691); Green value is 242 (94.92% from 255 or 35.02% from 691); Blue value is 228 (89.45% from 255 or 33.00% from 691); Max value from RGB is 242 - color contains mainly: green. Hex color #DDF2E4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDF2E4 is #220D1B. Grayscale: #EAEAEA. Windows color (decimal): -2231580 or 15004381. OLE color: 15004381.

HSL color Cylindrical-coordinate representation of color #DDF2E4: hue angle of 140º degrees, saturation: 0.45, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #DDF2E4 is Cyan = 0.09, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.05.

Color convert

RGB221242228-
CMYK0.0900.060.05
HSL140º44.68%90.78%-
HSV(B)140º8.68%94.9%-
XYZ75.5784.4885.72-
YUV234.12124.54118.64-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 31.98%
GREEN value IS 242 (94.92% from 255) = 35.02%
BLUE value IS 228 (89.45% from 255) = 33.00%
R=31.98%
G=35.02%
B=33.00%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2212422280.0900.060.0514044.6890.78
HexDDF2E490658c2d5b
Octal3353623441106521455133
Binary11011101111100101110010010010110101100011001011011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDF2E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDF2E4; }

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

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

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

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

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

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

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

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