#CEF9D1

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

Shades of Tara #CEF9D1

Tints of Tara #CEF9D1

Color information

#CEF9D1 (or 0xCEF9D1) is unknown color: approx Tara. HEX triplet: CE, F9 and D1. RGB value is (206,249,209). Sum of RGB (Red+Green+Blue) = 206+249+209=664 (87% of max value = 765). Red value is 206 (80.86% from 255 or 31.02% from 664); Green value is 249 (97.66% from 255 or 37.5% from 664); Blue value is 209 (82.03% from 255 or 31.48% from 664); Max value from RGB is 249 - color contains mainly: green. Hex color #CEF9D1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CEF9D1 is #31062E. Grayscale: #E7E7E7. Windows color (decimal): -3212847 or 13760974. OLE color: 13760974.

HSL color Cylindrical-coordinate representation of color #CEF9D1: hue angle of 124.19º degrees, saturation: 0.78, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CEF9D1 is Cyan = 0.17, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.02.

Color convert

RGB206249209-
CMYK0.1700.160.02
HSL124.19º78.18%89.22%-
HSV(B)124.19º17.27%97.65%-
XYZ70.8485.4873.09-
YUV231.58115.25109.75-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 31.02%
GREEN value IS 249 (97.66% from 255) = 37.5%
BLUE value IS 209 (82.03% from 255) = 31.48%
R=31.02%
G=37.5%
B=31.48%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2062492090.1700.160.02124.1978.1889.22
HexCEF9D11101027c4e59
Octal316371321210202174116131
Binary1100111011111001110100011000101000010111110010011101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEF9D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEF9D1; }

 p { color: rgb(206,249,209); }

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

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

 a { background-color: rgb(206,249,209); }

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

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

 span { border-color: rgb(206,249,209); }

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