Html Css Color HEX #CBE9A8 Reef

📋 copy color: '#CBE9A8'

red 203 ◦ green 233 ◦ blue 168

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

Shades of Reef #CBE9A8

Tints of Reef #CBE9A8

RGB

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

 GREEN value IS 233 (91.41% from 255) = 38.58%

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

R = 33.61%
G = 38.58%
B = 27.81%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.28

 K value IS 0.09

RGB Variations

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

Color information

#CBE9A8 (or 0xCBE9A8) is known color: Reef. HEX triplet: CB, E9 and A8. RGB value is (203,233,168). Sum of RGB (Red+Green+Blue) = 203+233+168=604 (80% of max value = 765). Red value is 203 (79.69% from 255 or 33.61% from 604); Green value is 233 (91.41% from 255 or 38.58% from 604); Blue value is 168 (66.02% from 255 or 27.81% from 604); Max value from RGB is 233 - color contains mainly: green. Hex color #CBE9A8 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CBE9A8 is #341657. Grayscale: #D8D8D8. Windows color (decimal): -3413592 or 11069899. OLE color: 11069899.

HSL color Cylindrical-coordinate representation of color #CBE9A8: hue angle of 87.69º degrees, saturation: 0.6, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #CBE9A8 is Cyan = 0.13, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.09.

Color convert

RGB 203 233 168 -
CMYK 0.13 0 0.28 0.09
HSL 87.69º 0.6% 0.79% -
HSV(B) 87.69º 0.28% 0.91% -
XYZ 60.84 73.8 48.08 -
YUV 216.62 100.56 118.29 -
System Red Green Blue C M Y K H S L
Decimal 203 233 168 0.13 0 0.28 0.09 87.69 0.6 0.79
Hex CB E9 A8 D 0 1C 9 58 3C 4F
Octal 313 351 250 15 0 34 11 130 74 117
Binary 11001011 11101001 10101000 1101 0 11100 1001 1011000 111100 1001111

Color Harmonies of #CBE9A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBE9A8

Black with #CBE9A8

Text Example


Text Example

White with #CBE9A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBE9A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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