#CBE8AB

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

Shades of Reef #CBE8AB

Tints of Reef #CBE8AB

Color information

#CBE8AB (or 0xCBE8AB) is unknown color: approx Reef. HEX triplet: CB, E8 and AB. RGB value is (203,232,171). Sum of RGB (Red+Green+Blue) = 203+232+171=606 (80% of max value = 765). Red value is 203 (79.69% from 255 or 33.50% from 606); Green value is 232 (91.02% from 255 or 38.28% from 606); Blue value is 171 (67.19% from 255 or 28.22% from 606); Max value from RGB is 232 - color contains mainly: green. Hex color #CBE8AB is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CBE8AB is #341754. Grayscale: #D8D8D8. Windows color (decimal): -3413845 or 11266251. OLE color: 11266251.

HSL color Cylindrical-coordinate representation of color #CBE8AB: hue angle of 88.52º degrees, saturation: 0.57, 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 #CBE8AB is Cyan = 0.12, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.09.

Color convert

RGB203232171-
CMYK0.1200.260.09
HSL88.52º57.01%79.02%-
HSV(B)88.52º26.29%90.98%-
XYZ60.8473.3549.48-
YUV216.38102.39118.46-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 33.50%
GREEN value IS 232 (91.02% from 255) = 38.28%
BLUE value IS 171 (67.19% from 255) = 28.22%
R=33.50%
G=38.28%
B=28.22%

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
Decimal2032321710.1200.260.0988.5257.0179.02
HexCBE8ABC01A959394f
Octal313350253140321113171117
Binary1100101111101000101010111100011010100110110011110011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBE8AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBE8AB; }

 p { color: rgb(203,232,171); }

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

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

 a { background-color: rgb(203,232,171); }

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

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

 span { border-color: rgb(203,232,171); }

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