#CFF1D0

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

Shades of Tara #CFF1D0

Tints of Tara #CFF1D0

Color information

#CFF1D0 (or 0xCFF1D0) is unknown color: approx Tara. HEX triplet: CF, F1 and D0. RGB value is (207,241,208). Sum of RGB (Red+Green+Blue) = 207+241+208=656 (86% of max value = 765). Red value is 207 (81.25% from 255 or 31.55% from 656); Green value is 241 (94.53% from 255 or 36.74% from 656); Blue value is 208 (81.64% from 255 or 31.71% from 656); Max value from RGB is 241 - color contains mainly: green. Hex color #CFF1D0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFF1D0 is #300E2F. Grayscale: #E3E3E3. Windows color (decimal): -3149360 or 13693391. OLE color: 13693391.

HSL color Cylindrical-coordinate representation of color #CFF1D0: hue angle of 121.76º degrees, saturation: 0.55, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CFF1D0 is Cyan = 0.14, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.05.

Color convert

RGB207241208-
CMYK0.1400.140.05
HSL121.76º54.84%87.84%-
HSV(B)121.76º14.11%94.51%-
XYZ68.5780.7371.64-
YUV227.07117.24113.68-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 31.55%
GREEN value IS 241 (94.53% from 255) = 36.74%
BLUE value IS 208 (81.64% from 255) = 31.71%
R=31.55%
G=36.74%
B=31.71%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2072412080.1400.140.05121.7654.8487.84
HexCFF1D0E0E57a3758
Octal31736132016016517267130
Binary11001111111100011101000011100111010111110101101111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFF1D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFF1D0; }

 p { color: rgb(207,241,208); }

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

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

 a { background-color: rgb(207,241,208); }

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

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

 span { border-color: rgb(207,241,208); }

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