Html Css Color HEX #CCDDBA Ottoman

📋 copy color: '#CCDDBA'

red 204 ◦ green 221 ◦ blue 186

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

Shades of Ottoman #CCDDBA

Tints of Ottoman #CCDDBA

RGB

 RED value IS 204 (80.08% from 255) = 33.39%

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

 BLUE value IS 186 (73.05% from 255) = 30.44%

R = 33.39%
G = 36.17%
B = 30.44%

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

#CCDDBA (or 0xCCDDBA) is known color: Ottoman. HEX triplet: CC, DD and BA. RGB value is (204,221,186). Sum of RGB (Red+Green+Blue) = 204+221+186=611 (80% of max value = 765). Red value is 204 (80.08% from 255 or 33.39% from 611); Green value is 221 (86.72% from 255 or 36.17% from 611); Blue value is 186 (73.05% from 255 or 30.44% from 611); Max value from RGB is 221 - color contains mainly: green. Hex color #CCDDBA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCDDBA is #332245. Grayscale: #D4D4D4. Windows color (decimal): -3351110 or 12246476. OLE color: 12246476.

HSL color Cylindrical-coordinate representation of color #CCDDBA: hue angle of 89.14º degrees, saturation: 0.34, 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 #CCDDBA is Cyan = 0.08, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.13.

Color convert

RGB 204 221 186 -
CMYK 0.08 0 0.16 0.13
HSL 89.14º 0.34% 0.8% -
HSV(B) 89.14º 0.16% 0.87% -
XYZ 59.62 68.1 56.46 -
YUV 211.93 113.37 122.35 -
System Red Green Blue C M Y K H S L
Decimal 204 221 186 0.08 0 0.16 0.13 89.14 0.34 0.8
Hex CC DD BA 8 0 10 D 59 22 50
Octal 314 335 272 10 0 20 15 131 42 120
Binary 11001100 11011101 10111010 1000 0 10000 1101 1011001 100010 1010000

Color Harmonies of #CCDDBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCDDBA

Black with #CCDDBA

Text Example


Text Example

White with #CCDDBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCDDBA; }

 p { color: rgb(204,221,186); }

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

background-color css

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

 a { background-color: rgb(204,221,186); }

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

border-color css

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

 span { border-color: rgb(204,221,186); }

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