#DDFDE6

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

Shades of Cosmic Latte #DDFDE6

Tints of Cosmic Latte #DDFDE6

Color information

#DDFDE6 (or 0xDDFDE6) is unknown color: approx Cosmic Latte. HEX triplet: DD, FD and E6. RGB value is (221,253,230). Sum of RGB (Red+Green+Blue) = 221+253+230=704 (93% of max value = 765). Red value is 221 (86.72% from 255 or 31.39% from 704); Green value is 253 (99.22% from 255 or 35.94% from 704); Blue value is 230 (90.23% from 255 or 32.67% from 704); Max value from RGB is 253 - color contains mainly: green. Hex color #DDFDE6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DDFDE6 is #220219. Grayscale: #F0F0F0. Windows color (decimal): -2228762 or 15138269. OLE color: 15138269.

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

Color convert

RGB221253230-
CMYK0.1300.090.01
HSL136.88º88.89%92.94%-
HSV(B)136.88º12.65%99.22%-
XYZ79.2391.3488.32-
YUV240.81121.9113.87-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 31.39%
GREEN value IS 253 (99.22% from 255) = 35.94%
BLUE value IS 230 (90.23% from 255) = 32.67%
R=31.39%
G=35.94%
B=32.67%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2212532300.1300.090.01136.8888.8992.94
HexDDFDE6D09189595d
Octal335375346150111211131135
Binary11011101111111011110011011010100111000100110110011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDFDE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDFDE6; }

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

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

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

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

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

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

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

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