#DDFBE5

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

Shades of Cosmic Latte #DDFBE5

Tints of Cosmic Latte #DDFBE5

Color information

#DDFBE5 (or 0xDDFBE5) is unknown color: approx Cosmic Latte. HEX triplet: DD, FB and E5. RGB value is (221,251,229). Sum of RGB (Red+Green+Blue) = 221+251+229=701 (92% of max value = 765). Red value is 221 (86.72% from 255 or 31.53% from 701); Green value is 251 (98.44% from 255 or 35.81% from 701); Blue value is 229 (89.84% from 255 or 32.67% from 701); Max value from RGB is 251 - color contains mainly: green. Hex color #DDFBE5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDFBE5 is #22041A. Grayscale: #EFEFEF. Windows color (decimal): -2229275 or 15072221. OLE color: 15072221.

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

Color convert

RGB221251229-
CMYK0.1200.090.02
HSL136º78.95%92.55%-
HSV(B)136º11.95%98.43%-
XYZ78.4690.0287.37-
YUV239.52122.06114.79-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 31.53%
GREEN value IS 251 (98.44% from 255) = 35.81%
BLUE value IS 229 (89.84% from 255) = 32.67%
R=31.53%
G=35.81%
B=32.67%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2212512290.1200.090.0213678.9592.55
HexDDFBE5C092884f5d
Octal335373345140112210117135
Binary110111011111101111100101110001001101000100010011111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDFBE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDFBE5; }

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

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

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

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

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

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

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

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