#CFFED1

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

Shades of Tara #CFFED1

Tints of Tara #CFFED1

Color information

#CFFED1 (or 0xCFFED1) is unknown color: approx Tara. HEX triplet: CF, FE and D1. RGB value is (207,254,209). Sum of RGB (Red+Green+Blue) = 207+254+209=670 (88% of max value = 765). Red value is 207 (81.25% from 255 or 30.90% from 670); Green value is 254 (99.61% from 255 or 37.91% from 670); Blue value is 209 (82.03% from 255 or 31.19% from 670); Max value from RGB is 254 - color contains mainly: green. Hex color #CFFED1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFFED1 is #30012E. Grayscale: #EAEAEA. Windows color (decimal): -3146031 or 13762255. OLE color: 13762255.

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

Color convert

RGB207254209-
CMYK0.1900.180.00
HSL122.55º95.92%90.39%-
HSV(B)122.55º18.5%99.61%-
XYZ72.6888.7573.62-
YUV234.82113.43108.16-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 30.90%
GREEN value IS 254 (99.61% from 255) = 37.91%
BLUE value IS 209 (82.03% from 255) = 31.19%
R=30.90%
G=37.91%
B=31.19%

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
Decimal2072542090.1900.180.00122.5595.9290.39
HexCFFED11301207b605a
Octal317376321230220173140132
Binary110011111111111011010001100110100100111101111000001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFFED1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFFED1; }

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

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

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

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

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

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

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

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