Html Css Color HEX #CCDCB9 Ottoman

📋 copy color: '#CCDCB9'

red 204 ◦ green 220 ◦ blue 185

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

Shades of Ottoman #CCDCB9

Tints of Ottoman #CCDCB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 30.38%

R = 33.5%
G = 36.12%
B = 30.38%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.16

 K value IS 0.14

RGB Variations

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

Color information

#CCDCB9 (or 0xCCDCB9) is known color: Ottoman. HEX triplet: CC, DC and B9. RGB value is (204,220,185). Sum of RGB (Red+Green+Blue) = 204+220+185=609 (80% of max value = 765). Red value is 204 (80.08% from 255 or 33.50% from 609); Green value is 220 (86.33% from 255 or 36.12% from 609); Blue value is 185 (72.66% from 255 or 30.38% from 609); Max value from RGB is 220 - color contains mainly: green. Hex color #CCDCB9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCDCB9 is #332346. Grayscale: #D3D3D3. Windows color (decimal): -3351367 or 12180684. OLE color: 12180684.

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

Color convert

RGB 204 220 185 -
CMYK 0.07 0 0.16 0.14
HSL 87.43º 0.33% 0.79% -
HSV(B) 87.43º 0.16% 0.86% -
XYZ 59.25 67.53 55.81 -
YUV 211.23 113.2 122.85 -
System Red Green Blue C M Y K H S L
Decimal 204 220 185 0.07 0 0.16 0.14 87.43 0.33 0.79
Hex CC DC B9 7 0 10 E 57 21 4F
Octal 314 334 271 7 0 20 16 127 41 117
Binary 11001100 11011100 10111001 111 0 10000 1110 1010111 100001 1001111

Color Harmonies of #CCDCB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCDCB9

Black with #CCDCB9

Text Example


Text Example

White with #CCDCB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCDCB9; }

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

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

background-color css

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

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

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

border-color css

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

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

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