#CEFCDF

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

Shades of Cosmic Latte #CEFCDF

Tints of Cosmic Latte #CEFCDF

Color information

#CEFCDF (or 0xCEFCDF) is unknown color: approx Cosmic Latte. HEX triplet: CE, FC and DF. RGB value is (206,252,223). Sum of RGB (Red+Green+Blue) = 206+252+223=681 (90% of max value = 765). Red value is 206 (80.86% from 255 or 30.25% from 681); Green value is 252 (98.83% from 255 or 37.00% from 681); Blue value is 223 (87.5% from 255 or 32.75% from 681); Max value from RGB is 252 - color contains mainly: green. Hex color #CEFCDF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CEFCDF is #310320. Grayscale: #EBEBEB. Windows color (decimal): -3212065 or 14679246. OLE color: 14679246.

HSL color Cylindrical-coordinate representation of color #CEFCDF: hue angle of 142.17º 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 #CEFCDF is Cyan = 0.18, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.01.

Color convert

RGB206252223-
CMYK0.1800.120.01
HSL142.17º88.46%89.8%-
HSV(B)142.17º18.25%98.82%-
XYZ73.5888.0782.93-
YUV234.94121.26107.36-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 30.25%
GREEN value IS 252 (98.83% from 255) = 37.00%
BLUE value IS 223 (87.5% from 255) = 32.75%
R=30.25%
G=37.00%
B=32.75%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2062522230.1800.120.01142.1788.4689.8
HexCEFCDF120C18e585a
Octal316374337220141216130132
Binary110011101111110011011111100100110011000111010110001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEFCDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEFCDF; }

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

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

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

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

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

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

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

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