#cbe9ae

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

Shades of Reef #CBE9AE

Tints of Reef #CBE9AE

Color information

#CBE9AE (or 0xCBE9AE) is unknown color: approx Reef. HEX triplet: CB, E9 and AE. RGB value is (203,233,174). Sum of RGB (Red+Green+Blue) = 203+233+174=610 (80% of max value = 765). Red value is 203 (79.69% from 255 or 33.28% from 610); Green value is 233 (91.41% from 255 or 38.20% from 610); Blue value is 174 (68.36% from 255 or 28.52% from 610); Max value from RGB is 233 - color contains mainly: green. Hex color #CBE9AE is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CBE9AE is #341651. Grayscale: #D9D9D9. Windows color (decimal): -3413586 or 11463115. OLE color: 11463115.

HSL color Cylindrical-coordinate representation of color #CBE9AE: hue angle of 90.51º degrees, saturation: 0.57, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #CBE9AE is Cyan = 0.13, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.09.

Color convert

RGB203233174-
CMYK0.1300.250.09
HSL90.51º57.28%79.8%-
HSV(B)90.51º25.32%91.37%-
XYZ61.4174.0351.1-
YUV217.3103.56117.8-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 33.28%
GREEN value IS 233 (91.41% from 255) = 38.20%
BLUE value IS 174 (68.36% from 255) = 28.52%
R=33.28%
G=38.20%
B=28.52%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2032331740.1300.250.0990.5157.2879.8
HexCBE9AED01995b3950
Octal313351256150311113371120
Binary1100101111101001101011101101011001100110110111110011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cbe9ae

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cbe9ae; }

 p { color: rgb(203,233,174); }

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

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

 a { background-color: rgb(203,233,174); }

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

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

 span { border-color: rgb(203,233,174); }

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