#CEFFD0

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

Shades of Tara #CEFFD0

Tints of Tara #CEFFD0

Color information

#CEFFD0 (or 0xCEFFD0) is unknown color: approx Tara. HEX triplet: CE, FF and D0. RGB value is (206,255,208). Sum of RGB (Red+Green+Blue) = 206+255+208=669 (88% of max value = 765). Red value is 206 (80.86% from 255 or 30.79% from 669); Green value is 255 (100% from 255 or 38.12% from 669); Blue value is 208 (81.64% from 255 or 31.09% from 669); Max value from RGB is 255 - color contains mainly: green. Hex color #CEFFD0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CEFFD0 is #31002F. Grayscale: #EBEBEB. Windows color (decimal): -3211312 or 13696974. OLE color: 13696974.

HSL color Cylindrical-coordinate representation of color #CEFFD0: hue angle of 122.45º degrees, saturation: 1, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CEFFD0 is Cyan = 0.19, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.

Color convert

RGB206255208-
CMYK0.1900.180
HSL122.45º100%90.39%-
HSV(B)122.45º19.22%100%-
XYZ72.689.273.06-
YUV234.99112.77107.32-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 30.79%
GREEN value IS 255 (100% from 255) = 38.12%
BLUE value IS 208 (81.64% from 255) = 31.09%
R=30.79%
G=38.12%
B=31.09%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2062552080.1900.180122.4510090.39
HexCEFFD01301207a645a
Octal316377320230220172144132
Binary110011101111111111010000100110100100111101011001001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEFFD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEFFD0; }

 p { color: rgb(206,255,208); }

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

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

 a { background-color: rgb(206,255,208); }

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

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

 span { border-color: rgb(206,255,208); }

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