#CEFADB

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

Shades of Cosmic Latte #CEFADB

Tints of Cosmic Latte #CEFADB

Color information

#CEFADB (or 0xCEFADB) is unknown color: approx Cosmic Latte. HEX triplet: CE, FA and DB. RGB value is (206,250,219). Sum of RGB (Red+Green+Blue) = 206+250+219=675 (89% of max value = 765). Red value is 206 (80.86% from 255 or 30.52% from 675); Green value is 250 (98.05% from 255 or 37.04% from 675); Blue value is 219 (85.94% from 255 or 32.44% from 675); Max value from RGB is 250 - color contains mainly: green. Hex color #CEFADB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CEFADB is #310524. Grayscale: #E9E9E9. Windows color (decimal): -3212581 or 14416590. OLE color: 14416590.

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

Color convert

RGB206250219-
CMYK0.1800.120.02
HSL137.73º81.48%89.41%-
HSV(B)137.73º17.6%98.04%-
XYZ72.4386.6179.92-
YUV233.31119.92108.52-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 30.52%
GREEN value IS 250 (98.05% from 255) = 37.04%
BLUE value IS 219 (85.94% from 255) = 32.44%
R=30.52%
G=37.04%
B=32.44%

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
Decimal2062502190.1800.120.02137.7381.4889.41
HexCEFADB120C28a5159
Octal316372333220142212121131
Binary1100111011111010110110111001001100101000101010100011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEFADB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEFADB; }

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

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

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

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

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

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

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

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