#CEFFDC

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

Shades of Cosmic Latte #CEFFDC

Tints of Cosmic Latte #CEFFDC

Color information

#CEFFDC (or 0xCEFFDC) is unknown color: approx Cosmic Latte. HEX triplet: CE, FF and DC. RGB value is (206,255,220). Sum of RGB (Red+Green+Blue) = 206+255+220=681 (90% of max value = 765). Red value is 206 (80.86% from 255 or 30.25% from 681); Green value is 255 (100% from 255 or 37.44% from 681); Blue value is 220 (86.33% from 255 or 32.31% from 681); Max value from RGB is 255 - color contains mainly: green. Hex color #CEFFDC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CEFFDC is #310023. Grayscale: #ECECEC. Windows color (decimal): -3211300 or 14483406. OLE color: 14483406.

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

Color convert

RGB206255220-
CMYK0.1900.140
HSL137.14º100%90.39%-
HSV(B)137.14º19.22%100%-
XYZ74.1389.8181.14-
YUV236.36118.77106.35-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 30.25%
GREEN value IS 255 (100% from 255) = 37.44%
BLUE value IS 220 (86.33% from 255) = 32.31%
R=30.25%
G=37.44%
B=32.31%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2062552200.1900.140137.1410090.39
HexCEFFDC130E089645a
Octal316377334230160211144132
Binary110011101111111111011100100110111001000100111001001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEFFDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEFFDC; }

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

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

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

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

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

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

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

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