Html Css Color HEX #CBE4AD Reef

📋 copy color: '#CBE4AD'

red 203 ◦ green 228 ◦ blue 173

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

Shades of Reef #CBE4AD

Tints of Reef #CBE4AD

RGB

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

 GREEN value IS 228 (89.45% from 255) = 37.75%

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

R = 33.61%
G = 37.75%
B = 28.64%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.24

 K value IS 0.11

RGB Variations

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

Color information

#CBE4AD (or 0xCBE4AD) is known color: Reef. HEX triplet: CB, E4 and AD. RGB value is (203,228,173). Sum of RGB (Red+Green+Blue) = 203+228+173=604 (80% of max value = 765). Red value is 203 (79.69% from 255 or 33.61% from 604); Green value is 228 (89.45% from 255 or 37.75% from 604); Blue value is 173 (67.97% from 255 or 28.64% from 604); Max value from RGB is 228 - color contains mainly: green. Hex color #CBE4AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBE4AD is #341B52. Grayscale: #D6D6D6. Windows color (decimal): -3414867 or 11396299. OLE color: 11396299.

HSL color Cylindrical-coordinate representation of color #CBE4AD: hue angle of 87.27º degrees, saturation: 0.5, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #CBE4AD is Cyan = 0.11, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.11.

Color convert

RGB 203 228 173 -
CMYK 0.11 0 0.24 0.11
HSL 87.27º 0.5% 0.79% -
HSV(B) 87.27º 0.24% 0.89% -
XYZ 59.91 71.2 50.12 -
YUV 214.26 104.72 119.97 -
System Red Green Blue C M Y K H S L
Decimal 203 228 173 0.11 0 0.24 0.11 87.27 0.5 0.79
Hex CB E4 AD B 0 18 B 57 32 4F
Octal 313 344 255 13 0 30 13 127 62 117
Binary 11001011 11100100 10101101 1011 0 11000 1011 1010111 110010 1001111

Color Harmonies of #CBE4AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBE4AD

Black with #CBE4AD

Text Example


Text Example

White with #CBE4AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBE4AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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