#CFFAD3

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

Shades of Tara #CFFAD3

Tints of Tara #CFFAD3

Color information

#CFFAD3 (or 0xCFFAD3) is unknown color: approx Tara. HEX triplet: CF, FA and D3. RGB value is (207,250,211). Sum of RGB (Red+Green+Blue) = 207+250+211=668 (88% of max value = 765). Red value is 207 (81.25% from 255 or 30.99% from 668); Green value is 250 (98.05% from 255 or 37.43% from 668); Blue value is 211 (82.81% from 255 or 31.59% from 668); Max value from RGB is 250 - color contains mainly: green. Hex color #CFFAD3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFFAD3 is #30052C. Grayscale: #E8E8E8. Windows color (decimal): -3147053 or 13892303. OLE color: 13892303.

HSL color Cylindrical-coordinate representation of color #CFFAD3: hue angle of 125.58º degrees, saturation: 0.81, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CFFAD3 is Cyan = 0.17, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.02.

Color convert

RGB207250211-
CMYK0.1700.160.02
HSL125.58º81.13%89.61%-
HSV(B)125.58º17.2%98.04%-
XYZ71.6886.3474.52-
YUV232.7115.75109.67-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 30.99%
GREEN value IS 250 (98.05% from 255) = 37.43%
BLUE value IS 211 (82.81% from 255) = 31.59%
R=30.99%
G=37.43%
B=31.59%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2072502110.1700.160.02125.5881.1389.61
HexCFFAD31101027e515a
Octal317372323210202176121132
Binary1100111111111010110100111000101000010111111010100011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFFAD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFFAD3; }

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

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

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

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

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

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

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

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