Html Css Color HEX #CBE9AD Reef

📋 copy color: '#CBE9AD'

red 203 ◦ green 233 ◦ blue 173

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

Shades of Reef #CBE9AD

Tints of Reef #CBE9AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 28.41%

R = 33.33%
G = 38.26%
B = 28.41%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.26

 K value IS 0.09

RGB Variations

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

Color information

#CBE9AD (or 0xCBE9AD) is known color: Reef. HEX triplet: CB, E9 and AD. RGB value is (203,233,173). Sum of RGB (Red+Green+Blue) = 203+233+173=609 (80% of max value = 765). Red value is 203 (79.69% from 255 or 33.33% from 609); Green value is 233 (91.41% from 255 or 38.26% from 609); Blue value is 173 (67.97% from 255 or 28.41% from 609); Max value from RGB is 233 - color contains mainly: green. Hex color #CBE9AD is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CBE9AD is #341652. Grayscale: #D9D9D9. Windows color (decimal): -3413587 or 11397579. OLE color: 11397579.

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

Color convert

RGB 203 233 173 -
CMYK 0.13 0 0.26 0.09
HSL 90º 0.58% 0.8% -
HSV(B) 90º 0.26% 0.91% -
XYZ 61.31 73.99 50.59 -
YUV 217.19 103.06 117.88 -
System Red Green Blue C M Y K H S L
Decimal 203 233 173 0.13 0 0.26 0.09 90 0.58 0.8
Hex CB E9 AD D 0 1A 9 5A 3A 50
Octal 313 351 255 15 0 32 11 132 72 120
Binary 11001011 11101001 10101101 1101 0 11010 1001 1011010 111010 1010000

Color Harmonies of #CBE9AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBE9AD

Black with #CBE9AD

Text Example


Text Example

White with #CBE9AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBE9AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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