#CEFCD2

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

Shades of Tara #CEFCD2

Tints of Tara #CEFCD2

Color information

#CEFCD2 (or 0xCEFCD2) is unknown color: approx Tara. HEX triplet: CE, FC and D2. RGB value is (206,252,210). Sum of RGB (Red+Green+Blue) = 206+252+210=668 (88% of max value = 765). Red value is 206 (80.86% from 255 or 30.84% from 668); Green value is 252 (98.83% from 255 or 37.72% from 668); Blue value is 210 (82.42% from 255 or 31.44% from 668); Max value from RGB is 252 - color contains mainly: green. Hex color #CEFCD2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CEFCD2 is #31032D. Grayscale: #E9E9E9. Windows color (decimal): -3212078 or 13827278. OLE color: 13827278.

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

Color convert

RGB206252210-
CMYK0.1800.170.01
HSL125.22º88.46%89.8%-
HSV(B)125.22º18.25%98.82%-
XYZ71.987.474.05-
YUV233.46114.76108.42-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 30.84%
GREEN value IS 252 (98.83% from 255) = 37.72%
BLUE value IS 210 (82.42% from 255) = 31.44%
R=30.84%
G=37.72%
B=31.44%

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
Decimal2062522100.1800.170.01125.2288.4689.8
HexCEFCD21201117d585a
Octal316374322220211175130132
Binary110011101111110011010010100100100011111110110110001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEFCD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEFCD2; }

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

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

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

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

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

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

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

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