#CFF7D3

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

Shades of Tara #CFF7D3

Tints of Tara #CFF7D3

Color information

#CFF7D3 (or 0xCFF7D3) is unknown color: approx Tara. HEX triplet: CF, F7 and D3. RGB value is (207,247,211). Sum of RGB (Red+Green+Blue) = 207+247+211=665 (88% of max value = 765). Red value is 207 (81.25% from 255 or 31.13% from 665); Green value is 247 (96.88% from 255 or 37.14% from 665); Blue value is 211 (82.81% from 255 or 31.73% from 665); Max value from RGB is 247 - color contains mainly: green. Hex color #CFF7D3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFF7D3 is #30082C. Grayscale: #E7E7E7. Windows color (decimal): -3147821 or 13891535. OLE color: 13891535.

HSL color Cylindrical-coordinate representation of color #CFF7D3: hue angle of 126º 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 #CFF7D3 is Cyan = 0.16, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.03.

Color convert

RGB207247211-
CMYK0.1600.150.03
HSL126º71.43%89.02%-
HSV(B)126º16.19%96.86%-
XYZ70.7584.4974.21-
YUV230.94116.75110.93-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 31.13%
GREEN value IS 247 (96.88% from 255) = 37.14%
BLUE value IS 211 (82.81% from 255) = 31.73%
R=31.13%
G=37.14%
B=31.73%

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
Decimal2072472110.1600.150.0312671.4389.02
HexCFF7D3100F37e4759
Octal317367323200173176107131
Binary110011111111011111010011100000111111111111010001111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFF7D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFF7D3; }

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

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

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

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

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

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

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

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