Html Css Color HEX #CCDDB9 Ottoman

📋 copy color: '#CCDDB9'

red 204 ◦ green 221 ◦ blue 185

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

Shades of Ottoman #CCDDB9

Tints of Ottoman #CCDDB9

RGB

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

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

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

R = 33.44%
G = 36.23%
B = 30.33%

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

#CCDDB9 (or 0xCCDDB9) is known color: Ottoman. HEX triplet: CC, DD and B9. RGB value is (204,221,185). Sum of RGB (Red+Green+Blue) = 204+221+185=610 (80% of max value = 765). Red value is 204 (80.08% from 255 or 33.44% from 610); Green value is 221 (86.72% from 255 or 36.23% from 610); Blue value is 185 (72.66% from 255 or 30.33% from 610); Max value from RGB is 221 - color contains mainly: green. Hex color #CCDDB9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCDDB9 is #332246. Grayscale: #D3D3D3. Windows color (decimal): -3351111 or 12180940. OLE color: 12180940.

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

Color convert

RGB 204 221 185 -
CMYK 0.08 0 0.16 0.13
HSL 88.33º 0.35% 0.8% -
HSV(B) 88.33º 0.16% 0.87% -
XYZ 59.52 68.05 55.9 -
YUV 211.81 112.87 122.43 -
System Red Green Blue C M Y K H S L
Decimal 204 221 185 0.08 0 0.16 0.13 88.33 0.35 0.8
Hex CC DD B9 8 0 10 D 58 23 50
Octal 314 335 271 10 0 20 15 130 43 120
Binary 11001100 11011101 10111001 1000 0 10000 1101 1011000 100011 1010000

Color Harmonies of #CCDDB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCDDB9

Black with #CCDDB9

Text Example


Text Example

White with #CCDDB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCDDB9; }

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

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

background-color css

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

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

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

border-color css

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

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

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