#CBEBA5

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

Shades of Reef #CBEBA5

Tints of Reef #CBEBA5

Color information

#CBEBA5 (or 0xCBEBA5) is unknown color: approx Reef. HEX triplet: CB, EB and A5. RGB value is (203,235,165). Sum of RGB (Red+Green+Blue) = 203+235+165=603 (79% of max value = 765). Red value is 203 (79.69% from 255 or 33.67% from 603); Green value is 235 (92.19% from 255 or 38.97% from 603); Blue value is 165 (64.84% from 255 or 27.36% from 603); Max value from RGB is 235 - color contains mainly: green. Hex color #CBEBA5 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CBEBA5 is #34145A. Grayscale: #D9D9D9. Windows color (decimal): -3413083 or 10873803. OLE color: 10873803.

HSL color Cylindrical-coordinate representation of color #CBEBA5: hue angle of 87.43º degrees, saturation: 0.64, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CBEBA5 is Cyan = 0.14, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.08.

Color convert

RGB203235165-
CMYK0.1400.300.08
HSL87.43º63.64%78.43%-
HSV(B)87.43º29.79%92.16%-
XYZ61.1374.8346.82-
YUV217.4598.4117.69-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 33.67%
GREEN value IS 235 (92.19% from 255) = 38.97%
BLUE value IS 165 (64.84% from 255) = 27.36%
R=33.67%
G=38.97%
B=27.36%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2032351650.1400.300.0887.4363.6478.43
HexCBEBA5E01E857404e
Octal3133532451603610127100116
Binary11001011111010111010010111100111101000101011110000001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBEBA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBEBA5; }

 p { color: rgb(203,235,165); }

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

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

 a { background-color: rgb(203,235,165); }

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

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

 span { border-color: rgb(203,235,165); }

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