Html Css Color HEX #C8D4BB Ottoman

📋 copy color: '#C8D4BB'

red 200 ◦ green 212 ◦ blue 187

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

Shades of Ottoman #C8D4BB

Tints of Ottoman #C8D4BB

RGB

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

 GREEN value IS 212 (83.2% from 255) = 35.39%

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

R = 33.39%
G = 35.39%
B = 31.22%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.12

 K value IS 0.17

RGB Variations

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

Color information

#C8D4BB (or 0xC8D4BB) is known color: Ottoman. HEX triplet: C8, D4 and BB. RGB value is (200,212,187). Sum of RGB (Red+Green+Blue) = 200+212+187=599 (79% of max value = 765). Red value is 200 (78.52% from 255 or 33.39% from 599); Green value is 212 (83.20% from 255 or 35.39% from 599); Blue value is 187 (73.44% from 255 or 31.22% from 599); Max value from RGB is 212 - color contains mainly: green. Hex color #C8D4BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8D4BB is #372B44. Grayscale: #CDCDCD. Windows color (decimal): -3615557 or 12309704. OLE color: 12309704.

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

Color convert

RGB 200 212 187 -
CMYK 0.06 0 0.12 0.17
HSL 88.8º 0.23% 0.78% -
HSV(B) 88.8º 0.12% 0.83% -
XYZ 56.33 62.95 56.2 -
YUV 205.56 117.52 124.03 -
System Red Green Blue C M Y K H S L
Decimal 200 212 187 0.06 0 0.12 0.17 88.8 0.23 0.78
Hex C8 D4 BB 6 0 C 11 59 17 4E
Octal 310 324 273 6 0 14 21 131 27 116
Binary 11001000 11010100 10111011 110 0 1100 10001 1011001 10111 1001110

Color Harmonies of #C8D4BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8D4BB

Black with #C8D4BB

Text Example


Text Example

White with #C8D4BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8D4BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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