#DEFEEA

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

Shades of Cosmic Latte #DEFEEA

Tints of Cosmic Latte #DEFEEA

Color information

#DEFEEA (or 0xDEFEEA) is unknown color: approx Cosmic Latte. HEX triplet: DE, FE and EA. RGB value is (222,254,234). Sum of RGB (Red+Green+Blue) = 222+254+234=710 (94% of max value = 765). Red value is 222 (87.11% from 255 or 31.27% from 710); Green value is 254 (99.61% from 255 or 35.77% from 710); Blue value is 234 (91.80% from 255 or 32.96% from 710); Max value from RGB is 254 - color contains mainly: green. Hex color #DEFEEA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DEFEEA is #210115. Grayscale: #F2F2F2. Windows color (decimal): -2162966 or 15400670. OLE color: 15400670.

HSL color Cylindrical-coordinate representation of color #DEFEEA: hue angle of 142.5º 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 #DEFEEA is Cyan = 0.13, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.00.

Color convert

RGB222254234-
CMYK0.1300.080.00
HSL142.5º94.12%93.33%-
HSV(B)142.5º12.6%99.61%-
XYZ80.4292.3591.43-
YUV242.15123.4113.63-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 31.27%
GREEN value IS 254 (99.61% from 255) = 35.77%
BLUE value IS 234 (91.80% from 255) = 32.96%
R=31.27%
G=35.77%
B=32.96%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2222542340.1300.080.00142.594.1293.33
HexDEFEEAD0808e5e5d
Octal336376352150100216136135
Binary11011110111111101110101011010100001000111010111101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEFEEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEFEEA; }

 p { color: rgb(222,254,234); }

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

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

 a { background-color: rgb(222,254,234); }

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

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

 span { border-color: rgb(222,254,234); }

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