#CEF8D0

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

Shades of Tara #CEF8D0

Tints of Tara #CEF8D0

Color information

#CEF8D0 (or 0xCEF8D0) is unknown color: approx Tara. HEX triplet: CE, F8 and D0. RGB value is (206,248,208). Sum of RGB (Red+Green+Blue) = 206+248+208=662 (87% of max value = 765). Red value is 206 (80.86% from 255 or 31.12% from 662); Green value is 248 (97.27% from 255 or 37.46% from 662); Blue value is 208 (81.64% from 255 or 31.42% from 662); Max value from RGB is 248 - color contains mainly: green. Hex color #CEF8D0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CEF8D0 is #31072F. Grayscale: #E7E7E7. Windows color (decimal): -3213104 or 13695182. OLE color: 13695182.

HSL color Cylindrical-coordinate representation of color #CEF8D0: hue angle of 122.86º degrees, saturation: 0.75, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CEF8D0 is Cyan = 0.17, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.03.

Color convert

RGB206248208-
CMYK0.1700.160.03
HSL122.86º75%89.02%-
HSV(B)122.86º16.94%97.25%-
XYZ70.4184.8172.33-
YUV230.88115.09110.25-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 31.12%
GREEN value IS 248 (97.27% from 255) = 37.46%
BLUE value IS 208 (81.64% from 255) = 31.42%
R=31.12%
G=37.46%
B=31.42%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2062482080.1700.160.03122.867589.02
HexCEF8D01101037b4b59
Octal316370320210203173113131
Binary1100111011111000110100001000101000011111101110010111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEF8D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEF8D0; }

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

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

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

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

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

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

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

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