Html Css Color HEX #CCD4C3 Ottoman

📋 copy color: '#CCD4C3'

red 204 ◦ green 212 ◦ blue 195

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

Shades of Ottoman #CCD4C3

Tints of Ottoman #CCD4C3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 31.91%

R = 33.39%
G = 34.7%
B = 31.91%

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

#CCD4C3 (or 0xCCD4C3) is known color: Ottoman. HEX triplet: CC, D4 and C3. RGB value is (204,212,195). Sum of RGB (Red+Green+Blue) = 204+212+195=611 (80% of max value = 765). Red value is 204 (80.08% from 255 or 33.39% from 611); Green value is 212 (83.20% from 255 or 34.70% from 611); Blue value is 195 (76.56% from 255 or 31.91% from 611); Max value from RGB is 212 - color contains mainly: green. Hex color #CCD4C3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCD4C3 is #332B3C. Grayscale: #CFCFCF. Windows color (decimal): -3353405 or 12833996. OLE color: 12833996.

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

Color convert

RGB 204 212 195 -
CMYK 0.04 0 0.08 0.17
HSL 88.24º 0.17% 0.8% -
HSV(B) 88.24º 0.08% 0.83% -
XYZ 58.3 63.86 60.88 -
YUV 207.67 120.85 125.38 -
System Red Green Blue C M Y K H S L
Decimal 204 212 195 0.04 0 0.08 0.17 88.24 0.17 0.8
Hex CC D4 C3 4 0 8 11 58 11 50
Octal 314 324 303 4 0 10 21 130 21 120
Binary 11001100 11010100 11000011 100 0 1000 10001 1011000 10001 1010000

Color Harmonies of #CCD4C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD4C3

Black with #CCD4C3

Text Example


Text Example

White with #CCD4C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD4C3; }

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

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

background-color css

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

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

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

border-color css

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

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

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