#CFFAD0

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

Shades of Tara #CFFAD0

Tints of Tara #CFFAD0

Color information

#CFFAD0 (or 0xCFFAD0) is unknown color: approx Tara. HEX triplet: CF, FA and D0. RGB value is (207,250,208). Sum of RGB (Red+Green+Blue) = 207+250+208=665 (88% of max value = 765). Red value is 207 (81.25% from 255 or 31.13% from 665); Green value is 250 (98.05% from 255 or 37.59% from 665); Blue value is 208 (81.64% from 255 or 31.28% from 665); Max value from RGB is 250 - color contains mainly: green. Hex color #CFFAD0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFFAD0 is #30052F. Grayscale: #E8E8E8. Windows color (decimal): -3147056 or 13695695. OLE color: 13695695.

HSL color Cylindrical-coordinate representation of color #CFFAD0: hue angle of 121.4º 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 #CFFAD0 is Cyan = 0.17, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.02.

Color convert

RGB207250208-
CMYK0.1700.170.02
HSL121.4º81.13%89.61%-
HSV(B)121.4º17.2%98.04%-
XYZ71.386.1972.55-
YUV232.36114.25109.92-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 31.13%
GREEN value IS 250 (98.05% from 255) = 37.59%
BLUE value IS 208 (81.64% from 255) = 31.28%
R=31.13%
G=37.59%
B=31.28%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2072502080.1700.170.02121.481.1389.61
HexCFFAD011011279515a
Octal317372320210212171121132
Binary1100111111111010110100001000101000110111100110100011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFFAD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFFAD0; }

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

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

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

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

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

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

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

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