#DDFFEA

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

Shades of Cosmic Latte #DDFFEA

Tints of Cosmic Latte #DDFFEA

Color information

#DDFFEA (or 0xDDFFEA) is unknown color: approx Cosmic Latte. HEX triplet: DD, FF and EA. RGB value is (221,255,234). Sum of RGB (Red+Green+Blue) = 221+255+234=710 (94% of max value = 765). Red value is 221 (86.72% from 255 or 31.13% from 710); Green value is 255 (100% from 255 or 35.92% from 710); Blue value is 234 (91.80% from 255 or 32.96% from 710); Max value from RGB is 255 - color contains mainly: green. Hex color #DDFFEA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DDFFEA is #220015. Grayscale: #F2F2F2. Windows color (decimal): -2228246 or 15400925. OLE color: 15400925.

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

Color convert

RGB221255234-
CMYK0.1300.080
HSL142.94º100%93.33%-
HSV(B)142.94º13.33%100%-
XYZ80.4392.8391.52-
YUV242.44123.24112.71-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 31.13%
GREEN value IS 255 (100% from 255) = 35.92%
BLUE value IS 234 (91.80% from 255) = 32.96%
R=31.13%
G=35.92%
B=32.96%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2212552340.1300.080142.9410093.33
HexDDFFEAD0808f645d
Octal335377352150100217144135
Binary11011101111111111110101011010100001000111111001001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDFFEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDFFEA; }

 p { color: rgb(221,255,234); }

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

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

 a { background-color: rgb(221,255,234); }

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

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

 span { border-color: rgb(221,255,234); }

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