#CBE4AF

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

Shades of Reef #CBE4AF

Tints of Reef #CBE4AF

Color information

#CBE4AF (or 0xCBE4AF) is unknown color: approx Reef. HEX triplet: CB, E4 and AF. RGB value is (203,228,175). Sum of RGB (Red+Green+Blue) = 203+228+175=606 (80% of max value = 765). Red value is 203 (79.69% from 255 or 33.50% from 606); Green value is 228 (89.45% from 255 or 37.62% from 606); Blue value is 175 (68.75% from 255 or 28.88% from 606); Max value from RGB is 228 - color contains mainly: green. Hex color #CBE4AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBE4AF is #341B50. Grayscale: #D6D6D6. Windows color (decimal): -3414865 or 11527371. OLE color: 11527371.

HSL color Cylindrical-coordinate representation of color #CBE4AF: hue angle of 88.3º degrees, saturation: 0.5, 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 #CBE4AF is Cyan = 0.11, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.11.

Color convert

RGB203228175-
CMYK0.1100.230.11
HSL88.3º49.53%79.02%-
HSV(B)88.3º23.25%89.41%-
XYZ60.1171.2851.15-
YUV214.48105.72119.81-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 33.50%
GREEN value IS 228 (89.45% from 255) = 37.62%
BLUE value IS 175 (68.75% from 255) = 28.88%
R=33.50%
G=37.62%
B=28.88%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2032281750.1100.230.1188.349.5379.02
HexCBE4AFB017B58324f
Octal313344257130271313062117
Binary1100101111100100101011111011010111101110110001100101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBE4AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBE4AF; }

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

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

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

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

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

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

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

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