#DDFBE6

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

Shades of Cosmic Latte #DDFBE6

Tints of Cosmic Latte #DDFBE6

Color information

#DDFBE6 (or 0xDDFBE6) is unknown color: approx Cosmic Latte. HEX triplet: DD, FB and E6. RGB value is (221,251,230). Sum of RGB (Red+Green+Blue) = 221+251+230=702 (92% of max value = 765). Red value is 221 (86.72% from 255 or 31.48% from 702); Green value is 251 (98.44% from 255 or 35.75% from 702); Blue value is 230 (90.23% from 255 or 32.76% from 702); Max value from RGB is 251 - color contains mainly: green. Hex color #DDFBE6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DDFBE6 is #220419. Grayscale: #EFEFEF. Windows color (decimal): -2229274 or 15137757. OLE color: 15137757.

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

Color convert

RGB221251230-
CMYK0.1200.080.02
HSL138º78.95%92.55%-
HSV(B)138º11.95%98.43%-
XYZ78.690.0888.11-
YUV239.64122.56114.71-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 31.48%
GREEN value IS 251 (98.44% from 255) = 35.75%
BLUE value IS 230 (90.23% from 255) = 32.76%
R=31.48%
G=35.75%
B=32.76%

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
Decimal2212512300.1200.080.0213878.9592.55
HexDDFBE6C0828a4f5d
Octal335373346140102212117135
Binary110111011111101111100110110001000101000101010011111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDFBE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDFBE6; }

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

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

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

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

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

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

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

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