#DCFFE8

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

Shades of Cosmic Latte #DCFFE8

Tints of Cosmic Latte #DCFFE8

Color information

#DCFFE8 (or 0xDCFFE8) is unknown color: approx Cosmic Latte. HEX triplet: DC, FF and E8. RGB value is (220,255,232). Sum of RGB (Red+Green+Blue) = 220+255+232=707 (93% of max value = 765). Red value is 220 (86.33% from 255 or 31.12% from 707); Green value is 255 (100% from 255 or 36.07% from 707); Blue value is 232 (91.02% from 255 or 32.81% from 707); Max value from RGB is 255 - color contains mainly: green. Hex color #DCFFE8 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DCFFE8 is #230017. Grayscale: #F1F1F1. Windows color (decimal): -2293784 or 15269852. OLE color: 15269852.

HSL color Cylindrical-coordinate representation of color #DCFFE8: hue angle of 140.57º degrees, saturation: 1, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DCFFE8 is Cyan = 0.14, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.

Color convert

RGB220255232-
CMYK0.1400.090
HSL140.57º100%93.14%-
HSV(B)140.57º13.73%100%-
XYZ79.8492.5690-
YUV241.91122.4112.37-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 31.12%
GREEN value IS 255 (100% from 255) = 36.07%
BLUE value IS 232 (91.02% from 255) = 32.81%
R=31.12%
G=36.07%
B=32.81%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2202552320.1400.090140.5710093.14
HexDCFFE8E0908d645d
Octal334377350160110215144135
Binary11011100111111111110100011100100101000110111001001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCFFE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCFFE8; }

 p { color: rgb(220,255,232); }

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

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

 a { background-color: rgb(220,255,232); }

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

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

 span { border-color: rgb(220,255,232); }

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