Html Css Color HEX #CCDDB8 Ottoman

📋 copy color: '#CCDDB8'

red 204 ◦ green 221 ◦ blue 184

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

Shades of Ottoman #CCDDB8

Tints of Ottoman #CCDDB8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 30.21%

R = 33.5%
G = 36.29%
B = 30.21%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.17

 K value IS 0.13

RGB Variations

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

Color information

#CCDDB8 (or 0xCCDDB8) is known color: Ottoman. HEX triplet: CC, DD and B8. RGB value is (204,221,184). Sum of RGB (Red+Green+Blue) = 204+221+184=609 (80% of max value = 765). Red value is 204 (80.08% from 255 or 33.50% from 609); Green value is 221 (86.72% from 255 or 36.29% from 609); Blue value is 184 (72.27% from 255 or 30.21% from 609); Max value from RGB is 221 - color contains mainly: green. Hex color #CCDDB8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCDDB8 is #332247. Grayscale: #D3D3D3. Windows color (decimal): -3351112 or 12115404. OLE color: 12115404.

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

Color convert

RGB 204 221 184 -
CMYK 0.08 0 0.17 0.13
HSL 87.57º 0.35% 0.79% -
HSV(B) 87.57º 0.17% 0.87% -
XYZ 59.41 68.01 55.34 -
YUV 211.7 112.37 122.51 -
System Red Green Blue C M Y K H S L
Decimal 204 221 184 0.08 0 0.17 0.13 87.57 0.35 0.79
Hex CC DD B8 8 0 11 D 58 23 4F
Octal 314 335 270 10 0 21 15 130 43 117
Binary 11001100 11011101 10111000 1000 0 10001 1101 1011000 100011 1001111

Color Harmonies of #CCDDB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCDDB8

Black with #CCDDB8

Text Example


Text Example

White with #CCDDB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCDDB8; }

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

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

background-color css

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

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

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

border-color css

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

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

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