#CEFADC

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

Shades of Cosmic Latte #CEFADC

Tints of Cosmic Latte #CEFADC

Color information

#CEFADC (or 0xCEFADC) is unknown color: approx Cosmic Latte. HEX triplet: CE, FA and DC. RGB value is (206,250,220). Sum of RGB (Red+Green+Blue) = 206+250+220=676 (89% of max value = 765). Red value is 206 (80.86% from 255 or 30.47% from 676); Green value is 250 (98.05% from 255 or 36.98% from 676); Blue value is 220 (86.33% from 255 or 32.54% from 676); Max value from RGB is 250 - color contains mainly: green. Hex color #CEFADC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CEFADC is #310523. Grayscale: #E9E9E9. Windows color (decimal): -3212580 or 14482126. OLE color: 14482126.

HSL color Cylindrical-coordinate representation of color #CEFADC: hue angle of 139.09º degrees, saturation: 0.81, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CEFADC is Cyan = 0.18, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.

Color convert

RGB206250220-
CMYK0.1800.120.02
HSL139.09º81.48%89.41%-
HSV(B)139.09º17.6%98.04%-
XYZ72.5686.6680.61-
YUV233.42120.42108.44-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 30.47%
GREEN value IS 250 (98.05% from 255) = 36.98%
BLUE value IS 220 (86.33% from 255) = 32.54%
R=30.47%
G=36.98%
B=32.54%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2062502200.1800.120.02139.0981.4889.41
HexCEFADC120C28b5159
Octal316372334220142213121131
Binary1100111011111010110111001001001100101000101110100011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEFADC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEFADC; }

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

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

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

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

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

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

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

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