#CEF8AB

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

Shades of Reef #CEF8AB

Tints of Reef #CEF8AB

Color information

#CEF8AB (or 0xCEF8AB) is unknown color: approx Reef. HEX triplet: CE, F8 and AB. RGB value is (206,248,171). Sum of RGB (Red+Green+Blue) = 206+248+171=625 (82% of max value = 765). Red value is 206 (80.86% from 255 or 32.96% from 625); Green value is 248 (97.27% from 255 or 39.68% from 625); Blue value is 171 (67.19% from 255 or 27.36% from 625); Max value from RGB is 248 - color contains mainly: green. Hex color #CEF8AB is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CEF8AB is #310754. Grayscale: #E2E2E2. Windows color (decimal): -3213141 or 11270350. OLE color: 11270350.

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

Color convert

RGB206248171-
CMYK0.1700.310.03
HSL92.73º84.62%82.16%-
HSV(B)92.73º31.05%97.25%-
XYZ66.3783.251.09-
YUV226.6696.59113.26-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 32.96%
GREEN value IS 248 (97.27% from 255) = 39.68%
BLUE value IS 171 (67.19% from 255) = 27.36%
R=32.96%
G=39.68%
B=27.36%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2062481710.1700.310.0392.7384.6282.16
HexCEF8AB1101F35d5552
Octal316370253210373135125122
Binary1100111011111000101010111000101111111101110110101011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEF8AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEF8AB; }

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

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

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

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

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

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

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

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