#CFF7D2

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

Shades of Tara #CFF7D2

Tints of Tara #CFF7D2

Color information

#CFF7D2 (or 0xCFF7D2) is unknown color: approx Tara. HEX triplet: CF, F7 and D2. RGB value is (207,247,210). Sum of RGB (Red+Green+Blue) = 207+247+210=664 (87% of max value = 765). Red value is 207 (81.25% from 255 or 31.17% from 664); Green value is 247 (96.88% from 255 or 37.20% from 664); Blue value is 210 (82.42% from 255 or 31.63% from 664); Max value from RGB is 247 - color contains mainly: green. Hex color #CFF7D2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFF7D2 is #30082D. Grayscale: #E6E6E6. Windows color (decimal): -3147822 or 13825999. OLE color: 13825999.

HSL color Cylindrical-coordinate representation of color #CFF7D2: hue angle of 124.5º degrees, saturation: 0.71, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CFF7D2 is Cyan = 0.16, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.03.

Color convert

RGB207247210-
CMYK0.1600.150.03
HSL124.5º71.43%89.02%-
HSV(B)124.5º16.19%96.86%-
XYZ70.6384.4473.55-
YUV230.82116.25111.01-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 31.17%
GREEN value IS 247 (96.88% from 255) = 37.20%
BLUE value IS 210 (82.42% from 255) = 31.63%
R=31.17%
G=37.20%
B=31.63%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2072472100.1600.150.03124.571.4389.02
HexCFF7D2100F37c4759
Octal317367322200173174107131
Binary110011111111011111010010100000111111111110010001111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFF7D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFF7D2; }

 p { color: rgb(207,247,210); }

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

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

 a { background-color: rgb(207,247,210); }

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

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

 span { border-color: rgb(207,247,210); }

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