Html Css Color HEX #C8D5BB Ottoman

📋 copy color: '#C8D5BB'

red 200 ◦ green 213 ◦ blue 187

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

Shades of Ottoman #C8D5BB

Tints of Ottoman #C8D5BB

RGB

 RED value IS 200 (78.52% from 255) = 33.33%

 GREEN value IS 213 (83.59% from 255) = 35.5%

 BLUE value IS 187 (73.44% from 255) = 31.17%

R = 33.33%
G = 35.5%
B = 31.17%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.12

 K value IS 0.16

RGB Variations

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

Color information

#C8D5BB (or 0xC8D5BB) is known color: Ottoman. HEX triplet: C8, D5 and BB. RGB value is (200,213,187). Sum of RGB (Red+Green+Blue) = 200+213+187=600 (79% of max value = 765). Red value is 200 (78.52% from 255 or 33.33% from 600); Green value is 213 (83.59% from 255 or 35.5% from 600); Blue value is 187 (73.44% from 255 or 31.17% from 600); Max value from RGB is 213 - color contains mainly: green. Hex color #C8D5BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8D5BB is #372A44. Grayscale: #CECECE. Windows color (decimal): -3615301 or 12309960. OLE color: 12309960.

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

Color convert

RGB 200 213 187 -
CMYK 0.06 0 0.12 0.16
HSL 90º 0.24% 0.78% -
HSV(B) 90º 0.12% 0.84% -
XYZ 56.58 63.46 56.28 -
YUV 206.15 117.19 123.61 -
System Red Green Blue C M Y K H S L
Decimal 200 213 187 0.06 0 0.12 0.16 90 0.24 0.78
Hex C8 D5 BB 6 0 C 10 5A 18 4E
Octal 310 325 273 6 0 14 20 132 30 116
Binary 11001000 11010101 10111011 110 0 1100 10000 1011010 11000 1001110

Color Harmonies of #C8D5BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8D5BB

Black with #C8D5BB

Text Example


Text Example

White with #C8D5BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8D5BB; }

 p { color: rgb(200,213,187); }

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

background-color css

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

 a { background-color: rgb(200,213,187); }

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

border-color css

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

 span { border-color: rgb(200,213,187); }

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