#CEFBDC

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

Shades of Cosmic Latte #CEFBDC

Tints of Cosmic Latte #CEFBDC

Color information

#CEFBDC (or 0xCEFBDC) is unknown color: approx Cosmic Latte. HEX triplet: CE, FB and DC. RGB value is (206,251,220). Sum of RGB (Red+Green+Blue) = 206+251+220=677 (89% of max value = 765). Red value is 206 (80.86% from 255 or 30.43% from 677); Green value is 251 (98.44% from 255 or 37.08% from 677); Blue value is 220 (86.33% from 255 or 32.50% from 677); Max value from RGB is 251 - color contains mainly: green. Hex color #CEFBDC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CEFBDC is #310423. Grayscale: #EAEAEA. Windows color (decimal): -3212324 or 14482382. OLE color: 14482382.

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

Color convert

RGB206251220-
CMYK0.1800.120.02
HSL138.67º84.91%89.61%-
HSV(B)138.67º17.93%98.43%-
XYZ72.8787.2880.72-
YUV234.01120.09108.02-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 30.43%
GREEN value IS 251 (98.44% from 255) = 37.08%
BLUE value IS 220 (86.33% from 255) = 32.50%
R=30.43%
G=37.08%
B=32.50%

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
Decimal2062512200.1800.120.02138.6784.9189.61
HexCEFBDC120C28b555a
Octal316373334220142213125132
Binary1100111011111011110111001001001100101000101110101011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEFBDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEFBDC; }

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

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

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

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

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

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

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

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