#CBE2AF

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

Shades of Reef #CBE2AF

Tints of Reef #CBE2AF

Color information

#CBE2AF (or 0xCBE2AF) is unknown color: approx Reef. HEX triplet: CB, E2 and AF. RGB value is (203,226,175). Sum of RGB (Red+Green+Blue) = 203+226+175=604 (80% of max value = 765). Red value is 203 (79.69% from 255 or 33.61% from 604); Green value is 226 (88.67% from 255 or 37.42% from 604); Blue value is 175 (68.75% from 255 or 28.97% from 604); Max value from RGB is 226 - color contains mainly: green. Hex color #CBE2AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBE2AF is #341D50. Grayscale: #D5D5D5. Windows color (decimal): -3415377 or 11526859. OLE color: 11526859.

HSL color Cylindrical-coordinate representation of color #CBE2AF: hue angle of 87.06º degrees, saturation: 0.47, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #CBE2AF is Cyan = 0.10, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.11.

Color convert

RGB203226175-
CMYK0.1000.230.11
HSL87.06º46.79%78.63%-
HSV(B)87.06º22.57%88.63%-
XYZ59.5670.1850.97-
YUV213.31106.38120.65-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 33.61%
GREEN value IS 226 (88.67% from 255) = 37.42%
BLUE value IS 175 (68.75% from 255) = 28.97%
R=33.61%
G=37.42%
B=28.97%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2032261750.1000.230.1187.0646.7978.63
HexCBE2AFA017B572f4f
Octal313342257120271312757117
Binary1100101111100010101011111010010111101110101111011111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBE2AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBE2AF; }

 p { color: rgb(203,226,175); }

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

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

 a { background-color: rgb(203,226,175); }

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

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

 span { border-color: rgb(203,226,175); }

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