#DDFDE7

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

Shades of Cosmic Latte #DDFDE7

Tints of Cosmic Latte #DDFDE7

Color information

#DDFDE7 (or 0xDDFDE7) is unknown color: approx Cosmic Latte. HEX triplet: DD, FD and E7. RGB value is (221,253,231). Sum of RGB (Red+Green+Blue) = 221+253+231=705 (93% of max value = 765). Red value is 221 (86.72% from 255 or 31.35% from 705); Green value is 253 (99.22% from 255 or 35.89% from 705); Blue value is 231 (90.62% from 255 or 32.77% from 705); Max value from RGB is 253 - color contains mainly: green. Hex color #DDFDE7 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DDFDE7 is #220218. Grayscale: #F0F0F0. Windows color (decimal): -2228761 or 15203805. OLE color: 15203805.

HSL color Cylindrical-coordinate representation of color #DDFDE7: hue angle of 138.75º 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 #DDFDE7 is Cyan = 0.13, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.01.

Color convert

RGB221253231-
CMYK0.1300.090.01
HSL138.75º88.89%92.94%-
HSV(B)138.75º12.65%99.22%-
XYZ79.3791.3989.06-
YUV240.92122.4113.79-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 31.35%
GREEN value IS 253 (99.22% from 255) = 35.89%
BLUE value IS 231 (90.62% from 255) = 32.77%
R=31.35%
G=35.89%
B=32.77%

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
Decimal2212532310.1300.090.01138.7588.8992.94
HexDDFDE7D0918b595d
Octal335375347150111213131135
Binary11011101111111011110011111010100111000101110110011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDFDE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDFDE7; }

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

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

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

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

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

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

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

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