Html Css Color HEX #CBE5A8 Reef

📋 copy color: '#CBE5A8'

red 203 ◦ green 229 ◦ blue 168

#CBE5A8
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Reef #CBE5A8

Tints of Reef #CBE5A8

RGB

 RED value IS 203 (79.69% from 255) = 33.83%

 GREEN value IS 229 (89.84% from 255) = 38.17%

 BLUE value IS 168 (66.02% from 255) = 28%

R = 33.83%
G = 38.17%
B = 28%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.27

 K value IS 0.10

RGB Variations

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

Color information

#CBE5A8 (or 0xCBE5A8) is known color: Reef. HEX triplet: CB, E5 and A8. RGB value is (203,229,168). Sum of RGB (Red+Green+Blue) = 203+229+168=600 (79% of max value = 765). Red value is 203 (79.69% from 255 or 33.83% from 600); Green value is 229 (89.84% from 255 or 38.17% from 600); Blue value is 168 (66.02% from 255 or 28% from 600); Max value from RGB is 229 - color contains mainly: green. Hex color #CBE5A8 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBE5A8 is #341A57. Grayscale: #D6D6D6. Windows color (decimal): -3414616 or 11068875. OLE color: 11068875.

HSL color Cylindrical-coordinate representation of color #CBE5A8: hue angle of 85.57º degrees, saturation: 0.54, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #CBE5A8 is Cyan = 0.11, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.10.

Color convert

RGB 203 229 168 -
CMYK 0.11 0 0.27 0.10
HSL 85.57º 0.54% 0.78% -
HSV(B) 85.57º 0.27% 0.9% -
XYZ 59.72 71.56 47.71 -
YUV 214.27 101.89 119.96 -
System Red Green Blue C M Y K H S L
Decimal 203 229 168 0.11 0 0.27 0.10 85.57 0.54 0.78
Hex CB E5 A8 B 0 1B A 56 36 4E
Octal 313 345 250 13 0 33 12 126 66 116
Binary 11001011 11100101 10101000 1011 0 11011 1010 1010110 110110 1001110

Color Harmonies of #CBE5A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBE5A8

Black with #CBE5A8

Text Example


Text Example

White with #CBE5A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBE5A8; }

 p { color: rgb(203,229,168); }

 H1.HeaderClassName
 {
   color: #CBE5A8;
 }
 .AnyTagClassName
 {
   color: #CBE5A8;
 }
</style>

background-color css

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

 a { background-color: rgb(203,229,168); }

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

border-color css

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

 span { border-color: rgb(203,229,168); }

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