#CEFCD0

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

Shades of Tara #CEFCD0

Tints of Tara #CEFCD0

Color information

#CEFCD0 (or 0xCEFCD0) is unknown color: approx Tara. HEX triplet: CE, FC and D0. RGB value is (206,252,208). Sum of RGB (Red+Green+Blue) = 206+252+208=666 (88% of max value = 765). Red value is 206 (80.86% from 255 or 30.93% from 666); Green value is 252 (98.83% from 255 or 37.84% from 666); Blue value is 208 (81.64% from 255 or 31.23% from 666); Max value from RGB is 252 - color contains mainly: green. Hex color #CEFCD0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CEFCD0 is #31032F. Grayscale: #E9E9E9. Windows color (decimal): -3212080 or 13696206. OLE color: 13696206.

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

Color convert

RGB206252208-
CMYK0.1800.170.01
HSL122.61º88.46%89.8%-
HSV(B)122.61º18.25%98.82%-
XYZ71.6587.372.75-
YUV233.23113.76108.58-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 30.93%
GREEN value IS 252 (98.83% from 255) = 37.84%
BLUE value IS 208 (81.64% from 255) = 31.23%
R=30.93%
G=37.84%
B=31.23%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2062522080.1800.170.01122.6188.4689.8
HexCEFCD01201117b585a
Octal316374320220211173130132
Binary110011101111110011010000100100100011111101110110001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEFCD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEFCD0; }

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

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

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

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

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

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

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

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