Html Css Color HEX #CBDEB5 Ottoman

📋 copy color: '#CBDEB5'

red 203 ◦ green 222 ◦ blue 181

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

Shades of Ottoman #CBDEB5

Tints of Ottoman #CBDEB5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 29.87%

R = 33.5%
G = 36.63%
B = 29.87%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.18

 K value IS 0.13

RGB Variations

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

Color information

#CBDEB5 (or 0xCBDEB5) is known color: Ottoman. HEX triplet: CB, DE and B5. RGB value is (203,222,181). Sum of RGB (Red+Green+Blue) = 203+222+181=606 (80% of max value = 765). Red value is 203 (79.69% from 255 or 33.50% from 606); Green value is 222 (87.11% from 255 or 36.63% from 606); Blue value is 181 (71.09% from 255 or 29.87% from 606); Max value from RGB is 222 - color contains mainly: green. Hex color #CBDEB5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBDEB5 is #34214A. Grayscale: #D3D3D3. Windows color (decimal): -3416395 or 11919051. OLE color: 11919051.

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

Color convert

RGB 203 222 181 -
CMYK 0.09 0 0.18 0.13
HSL 87.8º 0.38% 0.79% -
HSV(B) 87.8º 0.18% 0.87% -
XYZ 59.09 68.28 53.78 -
YUV 211.65 110.71 121.83 -
System Red Green Blue C M Y K H S L
Decimal 203 222 181 0.09 0 0.18 0.13 87.8 0.38 0.79
Hex CB DE B5 9 0 12 D 58 26 4F
Octal 313 336 265 11 0 22 15 130 46 117
Binary 11001011 11011110 10110101 1001 0 10010 1101 1011000 100110 1001111

Color Harmonies of #CBDEB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBDEB5

Black with #CBDEB5

Text Example


Text Example

White with #CBDEB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBDEB5; }

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

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

background-color css

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

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

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

border-color css

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

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

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