Html Css Color HEX #CCDDB4 Ottoman

📋 copy color: '#CCDDB4'

red 204 ◦ green 221 ◦ blue 180

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

Shades of Ottoman #CCDDB4

Tints of Ottoman #CCDDB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 29.75%

R = 33.72%
G = 36.53%
B = 29.75%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.19

 K value IS 0.13

RGB Variations

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

Color information

#CCDDB4 (or 0xCCDDB4) is known color: Ottoman. HEX triplet: CC, DD and B4. RGB value is (204,221,180). Sum of RGB (Red+Green+Blue) = 204+221+180=605 (80% of max value = 765). Red value is 204 (80.08% from 255 or 33.72% from 605); Green value is 221 (86.72% from 255 or 36.53% from 605); Blue value is 180 (70.70% from 255 or 29.75% from 605); Max value from RGB is 221 - color contains mainly: green. Hex color #CCDDB4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCDDB4 is #33224B. Grayscale: #D3D3D3. Windows color (decimal): -3351116 or 11853260. OLE color: 11853260.

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

Color convert

RGB 204 221 180 -
CMYK 0.08 0 0.19 0.13
HSL 84.88º 0.38% 0.79% -
HSV(B) 84.88º 0.19% 0.87% -
XYZ 59 67.85 53.17 -
YUV 211.24 110.37 122.83 -
System Red Green Blue C M Y K H S L
Decimal 204 221 180 0.08 0 0.19 0.13 84.88 0.38 0.79
Hex CC DD B4 8 0 13 D 55 26 4F
Octal 314 335 264 10 0 23 15 125 46 117
Binary 11001100 11011101 10110100 1000 0 10011 1101 1010101 100110 1001111

Color Harmonies of #CCDDB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCDDB4

Black with #CCDDB4

Text Example


Text Example

White with #CCDDB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCDDB4; }

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

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

background-color css

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

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

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

border-color css

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

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

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