Html Css Color HEX #CBDEB9 Ottoman

📋 copy color: '#CBDEB9'

red 203 ◦ green 222 ◦ blue 185

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

Shades of Ottoman #CBDEB9

Tints of Ottoman #CBDEB9

RGB

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

 GREEN value IS 222 (87.11% from 255) = 36.39%

 BLUE value IS 185 (72.66% from 255) = 30.33%

R = 33.28%
G = 36.39%
B = 30.33%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.17

 K value IS 0.13

RGB Variations

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

Color information

#CBDEB9 (or 0xCBDEB9) is known color: Ottoman. HEX triplet: CB, DE and B9. RGB value is (203,222,185). Sum of RGB (Red+Green+Blue) = 203+222+185=610 (80% of max value = 765). Red value is 203 (79.69% from 255 or 33.28% from 610); Green value is 222 (87.11% from 255 or 36.39% from 610); Blue value is 185 (72.66% from 255 or 30.33% from 610); Max value from RGB is 222 - color contains mainly: green. Hex color #CBDEB9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBDEB9 is #342146. Grayscale: #D4D4D4. Windows color (decimal): -3416391 or 12181195. OLE color: 12181195.

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

Color convert

RGB 203 222 185 -
CMYK 0.09 0 0.17 0.13
HSL 90.81º 0.36% 0.8% -
HSV(B) 90.81º 0.17% 0.87% -
XYZ 59.51 68.44 55.97 -
YUV 212.1 112.71 121.51 -
System Red Green Blue C M Y K H S L
Decimal 203 222 185 0.09 0 0.17 0.13 90.81 0.36 0.8
Hex CB DE B9 9 0 11 D 5B 24 50
Octal 313 336 271 11 0 21 15 133 44 120
Binary 11001011 11011110 10111001 1001 0 10001 1101 1011011 100100 1010000

Color Harmonies of #CBDEB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBDEB9

Black with #CBDEB9

Text Example


Text Example

White with #CBDEB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBDEB9; }

 p { color: rgb(203,222,185); }

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

background-color css

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

 a { background-color: rgb(203,222,185); }

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

border-color css

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

 span { border-color: rgb(203,222,185); }

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