#DDFAE6

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

Shades of Cosmic Latte #DDFAE6

Tints of Cosmic Latte #DDFAE6

Color information

#DDFAE6 (or 0xDDFAE6) is unknown color: approx Cosmic Latte. HEX triplet: DD, FA and E6. RGB value is (221,250,230). Sum of RGB (Red+Green+Blue) = 221+250+230=701 (92% of max value = 765). Red value is 221 (86.72% from 255 or 31.53% from 701); Green value is 250 (98.05% from 255 or 35.66% from 701); Blue value is 230 (90.23% from 255 or 32.81% from 701); Max value from RGB is 250 - color contains mainly: green. Hex color #DDFAE6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DDFAE6 is #220519. Grayscale: #EFEFEF. Windows color (decimal): -2229530 or 15137501. OLE color: 15137501.

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

Color convert

RGB221250230-
CMYK0.1200.080.02
HSL138.62º74.36%92.35%-
HSV(B)138.62º11.6%98.04%-
XYZ78.2989.4688-
YUV239.05122.89115.13-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 31.53%
GREEN value IS 250 (98.05% from 255) = 35.66%
BLUE value IS 230 (90.23% from 255) = 32.81%
R=31.53%
G=35.66%
B=32.81%

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
Decimal2212502300.1200.080.02138.6274.3692.35
HexDDFAE6C0828b4a5c
Octal335372346140102213112134
Binary110111011111101011100110110001000101000101110010101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDFAE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDFAE6; }

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

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

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

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

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

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

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

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