#DCF7E5

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

Shades of Cosmic Latte #DCF7E5

Tints of Cosmic Latte #DCF7E5

Color information

#DCF7E5 (or 0xDCF7E5) is unknown color: approx Cosmic Latte. HEX triplet: DC, F7 and E5. RGB value is (220,247,229). Sum of RGB (Red+Green+Blue) = 220+247+229=696 (92% of max value = 765). Red value is 220 (86.33% from 255 or 31.61% from 696); Green value is 247 (96.88% from 255 or 35.49% from 696); Blue value is 229 (89.84% from 255 or 32.90% from 696); Max value from RGB is 247 - color contains mainly: green. Hex color #DCF7E5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCF7E5 is #23081A. Grayscale: #ECECEC. Windows color (decimal): -2295835 or 15071196. OLE color: 15071196.

HSL color Cylindrical-coordinate representation of color #DCF7E5: hue angle of 140º degrees, saturation: 0.63, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DCF7E5 is Cyan = 0.11, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.03.

Color convert

RGB220247229-
CMYK0.1100.070.03
HSL140º62.79%91.57%-
HSV(B)140º10.93%96.86%-
XYZ76.9287.3986.94-
YUV236.88123.55115.96-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 31.61%
GREEN value IS 247 (96.88% from 255) = 35.49%
BLUE value IS 229 (89.84% from 255) = 32.90%
R=31.61%
G=35.49%
B=32.90%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2202472290.1100.070.0314062.7991.57
HexDCF7E5B0738c3f5c
Octal3343673451307321477134
Binary1101110011110111111001011011011111100011001111111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCF7E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCF7E5; }

 p { color: rgb(220,247,229); }

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

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

 a { background-color: rgb(220,247,229); }

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

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

 span { border-color: rgb(220,247,229); }

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