Html Css Color HEX #C9DDB7 Ottoman

📋 copy color: '#C9DDB7'

red 201 ◦ green 221 ◦ blue 183

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

Shades of Ottoman #C9DDB7

Tints of Ottoman #C9DDB7

RGB

 RED value IS 201 (78.91% from 255) = 33.22%

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

 BLUE value IS 183 (71.88% from 255) = 30.25%

R = 33.22%
G = 36.53%
B = 30.25%

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

#C9DDB7 (or 0xC9DDB7) is known color: Ottoman. HEX triplet: C9, DD and B7. RGB value is (201,221,183). Sum of RGB (Red+Green+Blue) = 201+221+183=605 (80% of max value = 765). Red value is 201 (78.91% from 255 or 33.22% from 605); Green value is 221 (86.72% from 255 or 36.53% from 605); Blue value is 183 (71.88% from 255 or 30.25% from 605); Max value from RGB is 221 - color contains mainly: green. Hex color #C9DDB7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9DDB7 is #362248. Grayscale: #D2D2D2. Windows color (decimal): -3547721 or 12049865. OLE color: 12049865.

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

Color convert

RGB 201 221 183 -
CMYK 0.09 0 0.17 0.13
HSL 91.58º 0.36% 0.79% -
HSV(B) 91.58º 0.17% 0.87% -
XYZ 58.49 67.55 54.76 -
YUV 210.69 112.37 121.09 -
System Red Green Blue C M Y K H S L
Decimal 201 221 183 0.09 0 0.17 0.13 91.58 0.36 0.79
Hex C9 DD B7 9 0 11 D 5C 24 4F
Octal 311 335 267 11 0 21 15 134 44 117
Binary 11001001 11011101 10110111 1001 0 10001 1101 1011100 100100 1001111

Color Harmonies of #C9DDB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9DDB7

Black with #C9DDB7

Text Example


Text Example

White with #C9DDB7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9DDB7; }

 p { color: rgb(201,221,183); }

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

background-color css

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

 a { background-color: rgb(201,221,183); }

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

border-color css

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

 span { border-color: rgb(201,221,183); }

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