#CFEBAE

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

Shades of Reef #CFEBAE

Tints of Reef #CFEBAE

Color information

#CFEBAE (or 0xCFEBAE) is unknown color: approx Reef. HEX triplet: CF, EB and AE. RGB value is (207,235,174). Sum of RGB (Red+Green+Blue) = 207+235+174=616 (81% of max value = 765). Red value is 207 (81.25% from 255 or 33.60% from 616); Green value is 235 (92.19% from 255 or 38.15% from 616); Blue value is 174 (68.36% from 255 or 28.25% from 616); Max value from RGB is 235 - color contains mainly: green. Hex color #CFEBAE is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CFEBAE is #301451. Grayscale: #DBDBDB. Windows color (decimal): -3150930 or 11463631. OLE color: 11463631.

HSL color Cylindrical-coordinate representation of color #CFEBAE: hue angle of 87.54º degrees, saturation: 0.6, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #CFEBAE is Cyan = 0.12, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.08.

Color convert

RGB207235174-
CMYK0.1200.260.08
HSL87.54º60.4%80.2%-
HSV(B)87.54º25.96%92.16%-
XYZ63.0875.7451.34-
YUV219.67102.22118.96-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 33.60%
GREEN value IS 235 (92.19% from 255) = 38.15%
BLUE value IS 174 (68.36% from 255) = 28.25%
R=33.60%
G=38.15%
B=28.25%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2072351740.1200.260.0887.5460.480.2
HexCFEBAEC01A8583c50
Octal317353256140321013074120
Binary1100111111101011101011101100011010100010110001111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFEBAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFEBAE; }

 p { color: rgb(207,235,174); }

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

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

 a { background-color: rgb(207,235,174); }

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

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

 span { border-color: rgb(207,235,174); }

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