#DDFAE4

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

Shades of Cosmic Latte #DDFAE4

Tints of Cosmic Latte #DDFAE4

Color information

#DDFAE4 (or 0xDDFAE4) is unknown color: approx Cosmic Latte. HEX triplet: DD, FA and E4. RGB value is (221,250,228). Sum of RGB (Red+Green+Blue) = 221+250+228=699 (92% of max value = 765). Red value is 221 (86.72% from 255 or 31.62% from 699); Green value is 250 (98.05% from 255 or 35.77% from 699); Blue value is 228 (89.45% from 255 or 32.62% from 699); Max value from RGB is 250 - color contains mainly: green. Hex color #DDFAE4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDFAE4 is #22051B. Grayscale: #EEEEEE. Windows color (decimal): -2229532 or 15006429. OLE color: 15006429.

HSL color Cylindrical-coordinate representation of color #DDFAE4: hue angle of 134.48º degrees, saturation: 0.74, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DDFAE4 is Cyan = 0.12, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.02.

Color convert

RGB221250228-
CMYK0.1200.090.02
HSL134.48º74.36%92.35%-
HSV(B)134.48º11.6%98.04%-
XYZ78.0189.3486.53-
YUV238.82121.89115.29-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 31.62%
GREEN value IS 250 (98.05% from 255) = 35.77%
BLUE value IS 228 (89.45% from 255) = 32.62%
R=31.62%
G=35.77%
B=32.62%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2212502280.1200.090.02134.4874.3692.35
HexDDFAE4C092864a5c
Octal335372344140112206112134
Binary110111011111101011100100110001001101000011010010101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDFAE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDFAE4; }

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

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

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

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

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

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

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

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