Html Css Color HEX #CCDDBD Ottoman

📋 copy color: '#CCDDBD'

red 204 ◦ green 221 ◦ blue 189

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

Shades of Ottoman #CCDDBD

Tints of Ottoman #CCDDBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 30.78%

R = 33.22%
G = 35.99%
B = 30.78%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.14

 K value IS 0.13

RGB Variations

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

Color information

#CCDDBD (or 0xCCDDBD) is known color: Ottoman. HEX triplet: CC, DD and BD. RGB value is (204,221,189). Sum of RGB (Red+Green+Blue) = 204+221+189=614 (81% of max value = 765). Red value is 204 (80.08% from 255 or 33.22% from 614); Green value is 221 (86.72% from 255 or 35.99% from 614); Blue value is 189 (74.22% from 255 or 30.78% from 614); Max value from RGB is 221 - color contains mainly: green. Hex color #CCDDBD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCDDBD is #332242. Grayscale: #D4D4D4. Windows color (decimal): -3351107 or 12443084. OLE color: 12443084.

HSL color Cylindrical-coordinate representation of color #CCDDBD: hue angle of 91.88º degrees, saturation: 0.32, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CCDDBD is Cyan = 0.08, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.13.

Color convert

RGB 204 221 189 -
CMYK 0.08 0 0.14 0.13
HSL 91.88º 0.32% 0.8% -
HSV(B) 91.88º 0.14% 0.87% -
XYZ 59.94 68.22 58.15 -
YUV 212.27 114.87 122.1 -
System Red Green Blue C M Y K H S L
Decimal 204 221 189 0.08 0 0.14 0.13 91.88 0.32 0.8
Hex CC DD BD 8 0 E D 5C 20 50
Octal 314 335 275 10 0 16 15 134 40 120
Binary 11001100 11011101 10111101 1000 0 1110 1101 1011100 100000 1010000

Color Harmonies of #CCDDBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCDDBD

Black with #CCDDBD

Text Example


Text Example

White with #CCDDBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCDDBD; }

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

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

background-color css

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

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

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

border-color css

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

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

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