Html Css Color HEX #CCDDB6 Ottoman

📋 copy color: '#CCDDB6'

red 204 ◦ green 221 ◦ blue 182

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

Shades of Ottoman #CCDDB6

Tints of Ottoman #CCDDB6

RGB

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

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

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

R = 33.61%
G = 36.41%
B = 29.98%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.18

 K value IS 0.13

RGB Variations

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

Color information

#CCDDB6 (or 0xCCDDB6) is known color: Ottoman. HEX triplet: CC, DD and B6. RGB value is (204,221,182). Sum of RGB (Red+Green+Blue) = 204+221+182=607 (80% of max value = 765). Red value is 204 (80.08% from 255 or 33.61% from 607); Green value is 221 (86.72% from 255 or 36.41% from 607); Blue value is 182 (71.48% from 255 or 29.98% from 607); Max value from RGB is 221 - color contains mainly: green. Hex color #CCDDB6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCDDB6 is #332249. Grayscale: #D3D3D3. Windows color (decimal): -3351114 or 11984332. OLE color: 11984332.

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

Color convert

RGB 204 221 182 -
CMYK 0.08 0 0.18 0.13
HSL 86.15º 0.36% 0.79% -
HSV(B) 86.15º 0.18% 0.87% -
XYZ 59.2 67.93 54.25 -
YUV 211.47 111.37 122.67 -
System Red Green Blue C M Y K H S L
Decimal 204 221 182 0.08 0 0.18 0.13 86.15 0.36 0.79
Hex CC DD B6 8 0 12 D 56 24 4F
Octal 314 335 266 10 0 22 15 126 44 117
Binary 11001100 11011101 10110110 1000 0 10010 1101 1010110 100100 1001111

Color Harmonies of #CCDDB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCDDB6

Black with #CCDDB6

Text Example


Text Example

White with #CCDDB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCDDB6; }

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

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

background-color css

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

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

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

border-color css

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

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

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