#DDFAE5

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

Shades of Cosmic Latte #DDFAE5

Tints of Cosmic Latte #DDFAE5

Color information

#DDFAE5 (or 0xDDFAE5) is unknown color: approx Cosmic Latte. HEX triplet: DD, FA and E5. RGB value is (221,250,229). Sum of RGB (Red+Green+Blue) = 221+250+229=700 (92% of max value = 765). Red value is 221 (86.72% from 255 or 31.57% from 700); Green value is 250 (98.05% from 255 or 35.71% from 700); Blue value is 229 (89.84% from 255 or 32.71% from 700); Max value from RGB is 250 - color contains mainly: green. Hex color #DDFAE5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDFAE5 is #22051A. Grayscale: #EEEEEE. Windows color (decimal): -2229531 or 15071965. OLE color: 15071965.

HSL color Cylindrical-coordinate representation of color #DDFAE5: hue angle of 136.55º 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 #DDFAE5 is Cyan = 0.12, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.02.

Color convert

RGB221250229-
CMYK0.1200.080.02
HSL136.55º74.36%92.35%-
HSV(B)136.55º11.6%98.04%-
XYZ78.1589.487.27-
YUV238.94122.39115.21-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 31.57%
GREEN value IS 250 (98.05% from 255) = 35.71%
BLUE value IS 229 (89.84% from 255) = 32.71%
R=31.57%
G=35.71%
B=32.71%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2212502290.1200.080.02136.5574.3692.35
HexDDFAE5C082894a5c
Octal335372345140102211112134
Binary110111011111101011100101110001000101000100110010101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDFAE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDFAE5; }

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

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

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

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

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

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

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

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