#DDFBE4

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

Shades of Cosmic Latte #DDFBE4

Tints of Cosmic Latte #DDFBE4

Color information

#DDFBE4 (or 0xDDFBE4) is unknown color: approx Cosmic Latte. HEX triplet: DD, FB and E4. RGB value is (221,251,228). Sum of RGB (Red+Green+Blue) = 221+251+228=700 (92% of max value = 765). Red value is 221 (86.72% from 255 or 31.57% from 700); Green value is 251 (98.44% from 255 or 35.86% from 700); Blue value is 228 (89.45% from 255 or 32.57% from 700); Max value from RGB is 251 - color contains mainly: green. Hex color #DDFBE4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDFBE4 is #22041B. Grayscale: #EFEFEF. Windows color (decimal): -2229276 or 15006685. OLE color: 15006685.

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

Color convert

RGB221251228-
CMYK0.1200.090.02
HSL134º78.95%92.55%-
HSV(B)134º11.95%98.43%-
XYZ78.3289.9786.64-
YUV239.41121.56114.87-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 31.57%
GREEN value IS 251 (98.44% from 255) = 35.86%
BLUE value IS 228 (89.45% from 255) = 32.57%
R=31.57%
G=35.86%
B=32.57%

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
Decimal2212512280.1200.090.0213478.9592.55
HexDDFBE4C092864f5d
Octal335373344140112206117135
Binary110111011111101111100100110001001101000011010011111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDFBE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDFBE4; }

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

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

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

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

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

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

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

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