#CEFCDC

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

Shades of Cosmic Latte #CEFCDC

Tints of Cosmic Latte #CEFCDC

Color information

#CEFCDC (or 0xCEFCDC) is unknown color: approx Cosmic Latte. HEX triplet: CE, FC and DC. RGB value is (206,252,220). Sum of RGB (Red+Green+Blue) = 206+252+220=678 (89% of max value = 765). Red value is 206 (80.86% from 255 or 30.38% from 678); Green value is 252 (98.83% from 255 or 37.17% from 678); Blue value is 220 (86.33% from 255 or 32.45% from 678); Max value from RGB is 252 - color contains mainly: green. Hex color #CEFCDC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CEFCDC is #310323. Grayscale: #EAEAEA. Windows color (decimal): -3212068 or 14482638. OLE color: 14482638.

HSL color Cylindrical-coordinate representation of color #CEFCDC: hue angle of 138.26º degrees, saturation: 0.88, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CEFCDC is Cyan = 0.18, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.01.

Color convert

RGB206252220-
CMYK0.1800.130.01
HSL138.26º88.46%89.8%-
HSV(B)138.26º18.25%98.82%-
XYZ73.1887.9180.82-
YUV234.6119.76107.6-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 30.38%
GREEN value IS 252 (98.83% from 255) = 37.17%
BLUE value IS 220 (86.33% from 255) = 32.45%
R=30.38%
G=37.17%
B=32.45%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2062522200.1800.130.01138.2688.4689.8
HexCEFCDC120D18a585a
Octal316374334220151212130132
Binary110011101111110011011100100100110111000101010110001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEFCDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEFCDC; }

 p { color: rgb(206,252,220); }

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

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

 a { background-color: rgb(206,252,220); }

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

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

 span { border-color: rgb(206,252,220); }

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