#CEFEE0

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

Shades of Cosmic Latte #CEFEE0

Tints of Cosmic Latte #CEFEE0

Color information

#CEFEE0 (or 0xCEFEE0) is unknown color: approx Cosmic Latte. HEX triplet: CE, FE and E0. RGB value is (206,254,224). Sum of RGB (Red+Green+Blue) = 206+254+224=684 (90% of max value = 765). Red value is 206 (80.86% from 255 or 30.12% from 684); Green value is 254 (99.61% from 255 or 37.13% from 684); Blue value is 224 (87.89% from 255 or 32.75% from 684); Max value from RGB is 254 - color contains mainly: green. Hex color #CEFEE0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CEFEE0 is #31011F. Grayscale: #ECECEC. Windows color (decimal): -3211552 or 14745294. OLE color: 14745294.

HSL color Cylindrical-coordinate representation of color #CEFEE0: hue angle of 142.5º degrees, saturation: 0.96, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CEFEE0 is Cyan = 0.19, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.00.

Color convert

RGB206254224-
CMYK0.1900.120.00
HSL142.5º96%90.2%-
HSV(B)142.5º18.9%99.61%-
XYZ74.3589.3983.86-
YUV236.23121.1106.44-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 30.12%
GREEN value IS 254 (99.61% from 255) = 37.13%
BLUE value IS 224 (87.89% from 255) = 32.75%
R=30.12%
G=37.13%
B=32.75%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2062542240.1900.120.00142.59690.2
HexCEFEE0130C08e605a
Octal316376340230140216140132
Binary110011101111111011100000100110110001000111011000001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEFEE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEFEE0; }

 p { color: rgb(206,254,224); }

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

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

 a { background-color: rgb(206,254,224); }

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

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

 span { border-color: rgb(206,254,224); }

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