#CBE7AA

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

Shades of Reef #CBE7AA

Tints of Reef #CBE7AA

Color information

#CBE7AA (or 0xCBE7AA) is unknown color: approx Reef. HEX triplet: CB, E7 and AA. RGB value is (203,231,170). Sum of RGB (Red+Green+Blue) = 203+231+170=604 (80% of max value = 765). Red value is 203 (79.69% from 255 or 33.61% from 604); Green value is 231 (90.62% from 255 or 38.25% from 604); Blue value is 170 (66.80% from 255 or 28.15% from 604); Max value from RGB is 231 - color contains mainly: green. Hex color #CBE7AA is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CBE7AA is #341855. Grayscale: #D7D7D7. Windows color (decimal): -3414102 or 11200459. OLE color: 11200459.

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

Color convert

RGB203231170-
CMYK0.1200.260.09
HSL87.54º55.96%78.63%-
HSV(B)87.54º26.41%90.59%-
XYZ60.4672.7548.89-
YUV215.67102.22118.96-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 33.61%
GREEN value IS 231 (90.62% from 255) = 38.25%
BLUE value IS 170 (66.80% from 255) = 28.15%
R=33.61%
G=38.25%
B=28.15%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2032311700.1200.260.0987.5455.9678.63
HexCBE7AAC01A958384f
Octal313347252140321113070117
Binary1100101111100111101010101100011010100110110001110001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBE7AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBE7AA; }

 p { color: rgb(203,231,170); }

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

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

 a { background-color: rgb(203,231,170); }

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

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

 span { border-color: rgb(203,231,170); }

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