Html Css Color HEX #CBE6AD Reef

📋 copy color: '#CBE6AD'

red 203 ◦ green 230 ◦ blue 173

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

Shades of Reef #CBE6AD

Tints of Reef #CBE6AD

RGB

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

 GREEN value IS 230 (90.23% from 255) = 37.95%

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

R = 33.5%
G = 37.95%
B = 28.55%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.25

 K value IS 0.10

RGB Variations

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

Color information

#CBE6AD (or 0xCBE6AD) is known color: Reef. HEX triplet: CB, E6 and AD. RGB value is (203,230,173). Sum of RGB (Red+Green+Blue) = 203+230+173=606 (80% of max value = 765). Red value is 203 (79.69% from 255 or 33.50% from 606); Green value is 230 (90.23% from 255 or 37.95% from 606); Blue value is 173 (67.97% from 255 or 28.55% from 606); Max value from RGB is 230 - color contains mainly: green. Hex color #CBE6AD is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CBE6AD is #341952. Grayscale: #D7D7D7. Windows color (decimal): -3414355 or 11396811. OLE color: 11396811.

HSL color Cylindrical-coordinate representation of color #CBE6AD: hue angle of 88.42º degrees, saturation: 0.53, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #CBE6AD is Cyan = 0.12, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.10.

Color convert

RGB 203 230 173 -
CMYK 0.12 0 0.25 0.10
HSL 88.42º 0.53% 0.79% -
HSV(B) 88.42º 0.25% 0.9% -
XYZ 60.47 72.31 50.3 -
YUV 215.43 104.05 119.13 -
System Red Green Blue C M Y K H S L
Decimal 203 230 173 0.12 0 0.25 0.10 88.42 0.53 0.79
Hex CB E6 AD C 0 19 A 58 35 4F
Octal 313 346 255 14 0 31 12 130 65 117
Binary 11001011 11100110 10101101 1100 0 11001 1010 1011000 110101 1001111

Color Harmonies of #CBE6AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBE6AD

Black with #CBE6AD

Text Example


Text Example

White with #CBE6AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBE6AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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