#DDF2E3

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

Shades of Cosmic Latte #DDF2E3

Tints of Cosmic Latte #DDF2E3

Color information

#DDF2E3 (or 0xDDF2E3) is unknown color: approx Cosmic Latte. HEX triplet: DD, F2 and E3. RGB value is (221,242,227). Sum of RGB (Red+Green+Blue) = 221+242+227=690 (91% of max value = 765). Red value is 221 (86.72% from 255 or 32.03% from 690); Green value is 242 (94.92% from 255 or 35.07% from 690); Blue value is 227 (89.06% from 255 or 32.90% from 690); Max value from RGB is 242 - color contains mainly: green. Hex color #DDF2E3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDF2E3 is #220D1C. Grayscale: #EAEAEA. Windows color (decimal): -2231581 or 14938845. OLE color: 14938845.

HSL color Cylindrical-coordinate representation of color #DDF2E3: hue angle of 137.14º 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 #DDF2E3 is Cyan = 0.09, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.05.

Color convert

RGB221242227-
CMYK0.0900.060.05
HSL137.14º44.68%90.78%-
HSV(B)137.14º8.68%94.9%-
XYZ75.4484.4284.99-
YUV234.01124.04118.72-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 32.03%
GREEN value IS 242 (94.92% from 255) = 35.07%
BLUE value IS 227 (89.06% from 255) = 32.90%
R=32.03%
G=35.07%
B=32.90%

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
Decimal2212422270.0900.060.05137.1444.6890.78
HexDDF2E39065892d5b
Octal3353623431106521155133
Binary11011101111100101110001110010110101100010011011011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDF2E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDF2E3; }

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

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

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

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

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

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

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

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