Html Css Color HEX #CCDCB6 Ottoman

📋 copy color: '#CCDCB6'

red 204 ◦ green 220 ◦ blue 182

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

Shades of Ottoman #CCDCB6

Tints of Ottoman #CCDCB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 30.03%

R = 33.66%
G = 36.3%
B = 30.03%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.17

 K value IS 0.14

RGB Variations

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

Color information

#CCDCB6 (or 0xCCDCB6) is known color: Ottoman. HEX triplet: CC, DC and B6. RGB value is (204,220,182). Sum of RGB (Red+Green+Blue) = 204+220+182=606 (80% of max value = 765). Red value is 204 (80.08% from 255 or 33.66% from 606); Green value is 220 (86.33% from 255 or 36.30% from 606); Blue value is 182 (71.48% from 255 or 30.03% from 606); Max value from RGB is 220 - color contains mainly: green. Hex color #CCDCB6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCDCB6 is #332349. Grayscale: #D3D3D3. Windows color (decimal): -3351370 or 11984076. OLE color: 11984076.

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

Color convert

RGB 204 220 182 -
CMYK 0.07 0 0.17 0.14
HSL 85.26º 0.35% 0.79% -
HSV(B) 85.26º 0.17% 0.86% -
XYZ 58.94 67.4 54.16 -
YUV 210.88 111.7 123.09 -
System Red Green Blue C M Y K H S L
Decimal 204 220 182 0.07 0 0.17 0.14 85.26 0.35 0.79
Hex CC DC B6 7 0 11 E 55 23 4F
Octal 314 334 266 7 0 21 16 125 43 117
Binary 11001100 11011100 10110110 111 0 10001 1110 1010101 100011 1001111

Color Harmonies of #CCDCB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCDCB6

Black with #CCDCB6

Text Example


Text Example

White with #CCDCB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCDCB6; }

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

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

background-color css

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

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

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

border-color css

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

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

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