Html Css Color HEX #CBD8BE Ottoman

📋 copy color: '#CBD8BE'

red 203 ◦ green 216 ◦ blue 190

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

Shades of Ottoman #CBD8BE

Tints of Ottoman #CBD8BE

RGB

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

 GREEN value IS 216 (84.77% from 255) = 35.47%

 BLUE value IS 190 (74.61% from 255) = 31.2%

R = 33.33%
G = 35.47%
B = 31.2%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.12

 K value IS 0.15

RGB Variations

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

Color information

#CBD8BE (or 0xCBD8BE) is known color: Ottoman. HEX triplet: CB, D8 and BE. RGB value is (203,216,190). Sum of RGB (Red+Green+Blue) = 203+216+190=609 (80% of max value = 765). Red value is 203 (79.69% from 255 or 33.33% from 609); Green value is 216 (84.77% from 255 or 35.47% from 609); Blue value is 190 (74.61% from 255 or 31.20% from 609); Max value from RGB is 216 - color contains mainly: green. Hex color #CBD8BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBD8BE is #342741. Grayscale: #D1D1D1. Windows color (decimal): -3417922 or 12507339. OLE color: 12507339.

HSL color Cylindrical-coordinate representation of color #CBD8BE: hue angle of 90º degrees, saturation: 0.25, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CBD8BE is Cyan = 0.06, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.15.

Color convert

RGB 203 216 190 -
CMYK 0.06 0 0.12 0.15
HSL 90º 0.25% 0.8% -
HSV(B) 90º 0.12% 0.85% -
XYZ 58.48 65.53 58.28 -
YUV 209.15 117.19 123.61 -
System Red Green Blue C M Y K H S L
Decimal 203 216 190 0.06 0 0.12 0.15 90 0.25 0.8
Hex CB D8 BE 6 0 C F 5A 19 50
Octal 313 330 276 6 0 14 17 132 31 120
Binary 11001011 11011000 10111110 110 0 1100 1111 1011010 11001 1010000

Color Harmonies of #CBD8BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBD8BE

Black with #CBD8BE

Text Example


Text Example

White with #CBD8BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBD8BE; }

 p { color: rgb(203,216,190); }

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

background-color css

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

 a { background-color: rgb(203,216,190); }

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

border-color css

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

 span { border-color: rgb(203,216,190); }

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