#CEFBD2

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

Shades of Tara #CEFBD2

Tints of Tara #CEFBD2

Color information

#CEFBD2 (or 0xCEFBD2) is unknown color: approx Tara. HEX triplet: CE, FB and D2. RGB value is (206,251,210). Sum of RGB (Red+Green+Blue) = 206+251+210=667 (88% of max value = 765). Red value is 206 (80.86% from 255 or 30.88% from 667); Green value is 251 (98.44% from 255 or 37.63% from 667); Blue value is 210 (82.42% from 255 or 31.48% from 667); Max value from RGB is 251 - color contains mainly: green. Hex color #CEFBD2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CEFBD2 is #31042D. Grayscale: #E8E8E8. Windows color (decimal): -3212334 or 13827022. OLE color: 13827022.

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

Color convert

RGB206251210-
CMYK0.1800.160.02
HSL125.33º84.91%89.61%-
HSV(B)125.33º17.93%98.43%-
XYZ71.5886.7773.95-
YUV232.87115.09108.83-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 30.88%
GREEN value IS 251 (98.44% from 255) = 37.63%
BLUE value IS 210 (82.42% from 255) = 31.48%
R=30.88%
G=37.63%
B=31.48%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2062512100.1800.160.02125.3384.9189.61
HexCEFBD21201027d555a
Octal316373322220202175125132
Binary1100111011111011110100101001001000010111110110101011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEFBD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEFBD2; }

 p { color: rgb(206,251,210); }

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

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

 a { background-color: rgb(206,251,210); }

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

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

 span { border-color: rgb(206,251,210); }

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