#DDFBE7

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

Shades of Cosmic Latte #DDFBE7

Tints of Cosmic Latte #DDFBE7

Color information

#DDFBE7 (or 0xDDFBE7) is unknown color: approx Cosmic Latte. HEX triplet: DD, FB and E7. RGB value is (221,251,231). Sum of RGB (Red+Green+Blue) = 221+251+231=703 (93% of max value = 765). Red value is 221 (86.72% from 255 or 31.44% from 703); Green value is 251 (98.44% from 255 or 35.70% from 703); Blue value is 231 (90.62% from 255 or 32.86% from 703); Max value from RGB is 251 - color contains mainly: green. Hex color #DDFBE7 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DDFBE7 is #220418. Grayscale: #EFEFEF. Windows color (decimal): -2229273 or 15203293. OLE color: 15203293.

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

Color convert

RGB221251231-
CMYK0.1200.080.02
HSL140º78.95%92.55%-
HSV(B)140º11.95%98.43%-
XYZ78.7490.1488.85-
YUV239.75123.06114.63-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 31.44%
GREEN value IS 251 (98.44% from 255) = 35.70%
BLUE value IS 231 (90.62% from 255) = 32.86%
R=31.44%
G=35.70%
B=32.86%

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
Decimal2212512310.1200.080.0214078.9592.55
HexDDFBE7C0828c4f5d
Octal335373347140102214117135
Binary110111011111101111100111110001000101000110010011111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDFBE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDFBE7; }

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

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

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

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

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

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

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

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