#DCFFE6

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

Shades of Cosmic Latte #DCFFE6

Tints of Cosmic Latte #DCFFE6

Color information

#DCFFE6 (or 0xDCFFE6) is unknown color: approx Cosmic Latte. HEX triplet: DC, FF and E6. RGB value is (220,255,230). Sum of RGB (Red+Green+Blue) = 220+255+230=705 (93% of max value = 765). Red value is 220 (86.33% from 255 or 31.21% from 705); Green value is 255 (100% from 255 or 36.17% from 705); Blue value is 230 (90.23% from 255 or 32.62% from 705); Max value from RGB is 255 - color contains mainly: green. Hex color #DCFFE6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DCFFE6 is #230019. Grayscale: #F1F1F1. Windows color (decimal): -2293786 or 15138780. OLE color: 15138780.

HSL color Cylindrical-coordinate representation of color #DCFFE6: hue angle of 137.14º 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 #DCFFE6 is Cyan = 0.14, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.

Color convert

RGB220255230-
CMYK0.1400.100
HSL137.14º100%93.14%-
HSV(B)137.14º13.73%100%-
XYZ79.5692.4588.51-
YUV241.68121.4112.53-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 31.21%
GREEN value IS 255 (100% from 255) = 36.17%
BLUE value IS 230 (90.23% from 255) = 32.62%
R=31.21%
G=36.17%
B=32.62%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2202552300.1400.100137.1410093.14
HexDCFFE6E0A089645d
Octal334377346160120211144135
Binary11011100111111111110011011100101001000100111001001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCFFE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCFFE6; }

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

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

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

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

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

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

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

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