#DCFFE2

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

Shades of Cosmic Latte #DCFFE2

Tints of Cosmic Latte #DCFFE2

Color information

#DCFFE2 (or 0xDCFFE2) is unknown color: approx Cosmic Latte. HEX triplet: DC, FF and E2. RGB value is (220,255,226). Sum of RGB (Red+Green+Blue) = 220+255+226=701 (92% of max value = 765). Red value is 220 (86.33% from 255 or 31.38% from 701); Green value is 255 (100% from 255 or 36.38% from 701); Blue value is 226 (88.67% from 255 or 32.24% from 701); Max value from RGB is 255 - color contains mainly: green. Hex color #DCFFE2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCFFE2 is #23001D. Grayscale: #F1F1F1. Windows color (decimal): -2293790 or 14876636. OLE color: 14876636.

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

Color convert

RGB220255226-
CMYK0.1400.110
HSL130.29º100%93.14%-
HSV(B)130.29º13.73%100%-
XYZ7992.2385.59-
YUV241.23119.4112.86-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 31.38%
GREEN value IS 255 (100% from 255) = 36.38%
BLUE value IS 226 (88.67% from 255) = 32.24%
R=31.38%
G=36.38%
B=32.24%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2202552260.1400.110130.2910093.14
HexDCFFE2E0B082645d
Octal334377342160130202144135
Binary11011100111111111110001011100101101000001011001001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCFFE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCFFE2; }

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

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

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

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

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

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

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

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