Html Css Color HEX #CBDDB9 Ottoman

📋 copy color: '#CBDDB9'

red 203 ◦ green 221 ◦ blue 185

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

Shades of Ottoman #CBDDB9

Tints of Ottoman #CBDDB9

RGB

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

 GREEN value IS 221 (86.72% from 255) = 36.29%

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

R = 33.33%
G = 36.29%
B = 30.38%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.16

 K value IS 0.13

RGB Variations

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

Color information

#CBDDB9 (or 0xCBDDB9) is known color: Ottoman. HEX triplet: CB, DD and B9. RGB value is (203,221,185). Sum of RGB (Red+Green+Blue) = 203+221+185=609 (80% of max value = 765). Red value is 203 (79.69% from 255 or 33.33% from 609); Green value is 221 (86.72% from 255 or 36.29% from 609); Blue value is 185 (72.66% from 255 or 30.38% from 609); Max value from RGB is 221 - color contains mainly: green. Hex color #CBDDB9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBDDB9 is #342246. Grayscale: #D3D3D3. Windows color (decimal): -3416647 or 12180939. OLE color: 12180939.

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

Color convert

RGB 203 221 185 -
CMYK 0.08 0 0.16 0.13
HSL 90º 0.35% 0.8% -
HSV(B) 90º 0.16% 0.87% -
XYZ 59.24 67.91 55.88 -
YUV 211.51 113.04 121.93 -
System Red Green Blue C M Y K H S L
Decimal 203 221 185 0.08 0 0.16 0.13 90 0.35 0.8
Hex CB DD B9 8 0 10 D 5A 23 50
Octal 313 335 271 10 0 20 15 132 43 120
Binary 11001011 11011101 10111001 1000 0 10000 1101 1011010 100011 1010000

Color Harmonies of #CBDDB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBDDB9

Black with #CBDDB9

Text Example


Text Example

White with #CBDDB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBDDB9; }

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

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

background-color css

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

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

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

border-color css

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

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

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