#DDFEEB

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

Shades of Cosmic Latte #DDFEEB

Tints of Cosmic Latte #DDFEEB

Color information

#DDFEEB (or 0xDDFEEB) is unknown color: approx Cosmic Latte. HEX triplet: DD, FE and EB. RGB value is (221,254,235). Sum of RGB (Red+Green+Blue) = 221+254+235=710 (94% of max value = 765). Red value is 221 (86.72% from 255 or 31.13% from 710); Green value is 254 (99.61% from 255 or 35.77% from 710); Blue value is 235 (92.19% from 255 or 33.10% from 710); Max value from RGB is 254 - color contains mainly: green. Hex color #DDFEEB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DDFEEB is #220114. Grayscale: #F2F2F2. Windows color (decimal): -2228501 or 15466205. OLE color: 15466205.

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

Color convert

RGB221254235-
CMYK0.1300.070.00
HSL145.45º94.29%93.14%-
HSV(B)145.45º12.99%99.61%-
XYZ80.2692.2592.17-
YUV241.97124.07113.04-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 31.13%
GREEN value IS 254 (99.61% from 255) = 35.77%
BLUE value IS 235 (92.19% from 255) = 33.10%
R=31.13%
G=35.77%
B=33.10%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2212542350.1300.070.00145.4594.2993.14
HexDDFEEBD070915e5d
Octal33537635315070221136135
Binary1101110111111110111010111101011101001000110111101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDFEEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDFEEB; }

 p { color: rgb(221,254,235); }

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

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

 a { background-color: rgb(221,254,235); }

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

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

 span { border-color: rgb(221,254,235); }

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