Html Css Color HEX #CCDCBB Ottoman

📋 copy color: '#CCDCBB'

red 204 ◦ green 220 ◦ blue 187

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

Shades of Ottoman #CCDCBB

Tints of Ottoman #CCDCBB

RGB

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

 GREEN value IS 220 (86.33% from 255) = 36.01%

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

R = 33.39%
G = 36.01%
B = 30.61%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.15

 K value IS 0.14

RGB Variations

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

Color information

#CCDCBB (or 0xCCDCBB) is known color: Ottoman. HEX triplet: CC, DC and BB. RGB value is (204,220,187). Sum of RGB (Red+Green+Blue) = 204+220+187=611 (80% of max value = 765). Red value is 204 (80.08% from 255 or 33.39% from 611); Green value is 220 (86.33% from 255 or 36.01% from 611); Blue value is 187 (73.44% from 255 or 30.61% from 611); Max value from RGB is 220 - color contains mainly: green. Hex color #CCDCBB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCDCBB is #332344. Grayscale: #D3D3D3. Windows color (decimal): -3351365 or 12311756. OLE color: 12311756.

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

Color convert

RGB 204 220 187 -
CMYK 0.07 0 0.15 0.14
HSL 89.09º 0.32% 0.8% -
HSV(B) 89.09º 0.15% 0.86% -
XYZ 59.46 67.61 56.93 -
YUV 211.45 114.2 122.68 -
System Red Green Blue C M Y K H S L
Decimal 204 220 187 0.07 0 0.15 0.14 89.09 0.32 0.8
Hex CC DC BB 7 0 F E 59 20 50
Octal 314 334 273 7 0 17 16 131 40 120
Binary 11001100 11011100 10111011 111 0 1111 1110 1011001 100000 1010000

Color Harmonies of #CCDCBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCDCBB

Black with #CCDCBB

Text Example


Text Example

White with #CCDCBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCDCBB; }

 p { color: rgb(204,220,187); }

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

background-color css

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

 a { background-color: rgb(204,220,187); }

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

border-color css

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

 span { border-color: rgb(204,220,187); }

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