#CEFED1

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

Shades of Tara #CEFED1

Tints of Tara #CEFED1

Color information

#CEFED1 (or 0xCEFED1) is unknown color: approx Tara. HEX triplet: CE, FE and D1. RGB value is (206,254,209). Sum of RGB (Red+Green+Blue) = 206+254+209=669 (88% of max value = 765). Red value is 206 (80.86% from 255 or 30.79% from 669); Green value is 254 (99.61% from 255 or 37.97% from 669); Blue value is 209 (82.03% from 255 or 31.24% from 669); Max value from RGB is 254 - color contains mainly: green. Hex color #CEFED1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CEFED1 is #31012E. Grayscale: #EAEAEA. Windows color (decimal): -3211567 or 13762254. OLE color: 13762254.

HSL color Cylindrical-coordinate representation of color #CEFED1: hue angle of 123.75º degrees, saturation: 0.96, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CEFED1 is Cyan = 0.19, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.00.

Color convert

RGB206254209-
CMYK0.1900.180.00
HSL123.75º96%90.2%-
HSV(B)123.75º18.9%99.61%-
XYZ72.488.6173.61-
YUV234.52113.6107.66-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 30.79%
GREEN value IS 254 (99.61% from 255) = 37.97%
BLUE value IS 209 (82.03% from 255) = 31.24%
R=30.79%
G=37.97%
B=31.24%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2062542090.1900.180.00123.759690.2
HexCEFED11301207c605a
Octal316376321230220174140132
Binary110011101111111011010001100110100100111110011000001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEFED1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEFED1; }

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

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

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

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

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

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

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

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