#DCFEE5

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

Shades of Cosmic Latte #DCFEE5

Tints of Cosmic Latte #DCFEE5

Color information

#DCFEE5 (or 0xDCFEE5) is unknown color: approx Cosmic Latte. HEX triplet: DC, FE and E5. RGB value is (220,254,229). Sum of RGB (Red+Green+Blue) = 220+254+229=703 (93% of max value = 765). Red value is 220 (86.33% from 255 or 31.29% from 703); Green value is 254 (99.61% from 255 or 36.13% from 703); Blue value is 229 (89.84% from 255 or 32.57% from 703); Max value from RGB is 254 - color contains mainly: green. Hex color #DCFEE5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCFEE5 is #23011A. Grayscale: #F1F1F1. Windows color (decimal): -2294043 or 15072988. OLE color: 15072988.

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

Color convert

RGB220254229-
CMYK0.1300.100.00
HSL135.88º94.44%92.94%-
HSV(B)135.88º13.39%99.61%-
XYZ79.191.7687.67-
YUV240.98121.24113.03-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 31.29%
GREEN value IS 254 (99.61% from 255) = 36.13%
BLUE value IS 229 (89.84% from 255) = 32.57%
R=31.29%
G=36.13%
B=32.57%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2202542290.1300.100.00135.8894.4492.94
HexDCFEE5D0A0885e5d
Octal334376345150120210136135
Binary11011100111111101110010111010101001000100010111101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCFEE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCFEE5; }

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

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

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

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

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

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

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

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