#CFEFD0

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

Shades of Tara #CFEFD0

Tints of Tara #CFEFD0

Color information

#CFEFD0 (or 0xCFEFD0) is unknown color: approx Tara. HEX triplet: CF, EF and D0. RGB value is (207,239,208). Sum of RGB (Red+Green+Blue) = 207+239+208=654 (86% of max value = 765). Red value is 207 (81.25% from 255 or 31.65% from 654); Green value is 239 (93.75% from 255 or 36.54% from 654); Blue value is 208 (81.64% from 255 or 31.80% from 654); Max value from RGB is 239 - color contains mainly: green. Hex color #CFEFD0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFEFD0 is #30102F. Grayscale: #E1E1E1. Windows color (decimal): -3149872 or 13692879. OLE color: 13692879.

HSL color Cylindrical-coordinate representation of color #CFEFD0: hue angle of 121.87º degrees, saturation: 0.5, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CFEFD0 is Cyan = 0.13, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.06.

Color convert

RGB207239208-
CMYK0.1300.130.06
HSL121.87º50%87.45%-
HSV(B)121.87º13.39%93.73%-
XYZ67.9879.5571.45-
YUV225.9117.9114.52-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 31.65%
GREEN value IS 239 (93.75% from 255) = 36.54%
BLUE value IS 208 (81.64% from 255) = 31.80%
R=31.65%
G=36.54%
B=31.80%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2072392080.1300.130.06121.875087.45
HexCFEFD0D0D67a3257
Octal31735732015015617262127
Binary11001111111011111101000011010110111011110101100101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFEFD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFEFD0; }

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

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

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

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

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

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

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

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