Html Css Color HEX #CCD4C4 Ottoman

📋 copy color: '#CCD4C4'

red 204 ◦ green 212 ◦ blue 196

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

Shades of Ottoman #CCD4C4

Tints of Ottoman #CCD4C4

RGB

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

 GREEN value IS 212 (83.2% from 255) = 34.64%

 BLUE value IS 196 (76.95% from 255) = 32.03%

R = 33.33%
G = 34.64%
B = 32.03%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.08

 K value IS 0.17

RGB Variations

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

Color information

#CCD4C4 (or 0xCCD4C4) is known color: Ottoman. HEX triplet: CC, D4 and C4. RGB value is (204,212,196). Sum of RGB (Red+Green+Blue) = 204+212+196=612 (81% of max value = 765). Red value is 204 (80.08% from 255 or 33.33% from 612); Green value is 212 (83.20% from 255 or 34.64% from 612); Blue value is 196 (76.95% from 255 or 32.03% from 612); Max value from RGB is 212 - color contains mainly: green. Hex color #CCD4C4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCD4C4 is #332B3B. Grayscale: #CFCFCF. Windows color (decimal): -3353404 or 12899532. OLE color: 12899532.

HSL color Cylindrical-coordinate representation of color #CCD4C4: hue angle of 90º degrees, saturation: 0.16, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #CCD4C4 is Cyan = 0.04, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.17.

Color convert

RGB 204 212 196 -
CMYK 0.04 0 0.08 0.17
HSL 90º 0.16% 0.8% -
HSV(B) 90º 0.08% 0.83% -
XYZ 58.41 63.91 61.48 -
YUV 207.78 121.35 125.3 -
System Red Green Blue C M Y K H S L
Decimal 204 212 196 0.04 0 0.08 0.17 90 0.16 0.8
Hex CC D4 C4 4 0 8 11 5A 10 50
Octal 314 324 304 4 0 10 21 132 20 120
Binary 11001100 11010100 11000100 100 0 1000 10001 1011010 10000 1010000

Color Harmonies of #CCD4C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD4C4

Black with #CCD4C4

Text Example


Text Example

White with #CCD4C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD4C4; }

 p { color: rgb(204,212,196); }

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

background-color css

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

 a { background-color: rgb(204,212,196); }

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

border-color css

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

 span { border-color: rgb(204,212,196); }

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