#CEFCD3

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

Shades of Tara #CEFCD3

Tints of Tara #CEFCD3

Color information

#CEFCD3 (or 0xCEFCD3) is unknown color: approx Tara. HEX triplet: CE, FC and D3. RGB value is (206,252,211). Sum of RGB (Red+Green+Blue) = 206+252+211=669 (88% of max value = 765). Red value is 206 (80.86% from 255 or 30.79% from 669); Green value is 252 (98.83% from 255 or 37.67% from 669); Blue value is 211 (82.81% from 255 or 31.54% from 669); Max value from RGB is 252 - color contains mainly: green. Hex color #CEFCD3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CEFCD3 is #31032C. Grayscale: #E9E9E9. Windows color (decimal): -3212077 or 13892814. OLE color: 13892814.

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

Color convert

RGB206252211-
CMYK0.1800.160.01
HSL126.52º88.46%89.8%-
HSV(B)126.52º18.25%98.82%-
XYZ72.0287.4574.71-
YUV233.57115.26108.33-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 30.79%
GREEN value IS 252 (98.83% from 255) = 37.67%
BLUE value IS 211 (82.81% from 255) = 31.54%
R=30.79%
G=37.67%
B=31.54%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2062522110.1800.160.01126.5288.4689.8
HexCEFCD31201017f585a
Octal316374323220201177130132
Binary110011101111110011010011100100100001111111110110001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEFCD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEFCD3; }

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

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

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

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

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

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

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

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