Html Css Color HEX #CCD6C2 Ottoman

📋 copy color: '#CCD6C2'

red 204 ◦ green 214 ◦ blue 194

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

Shades of Ottoman #CCD6C2

Tints of Ottoman #CCD6C2

RGB

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

 GREEN value IS 214 (83.98% from 255) = 34.97%

 BLUE value IS 194 (76.17% from 255) = 31.7%

R = 33.33%
G = 34.97%
B = 31.7%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.09

 K value IS 0.16

RGB Variations

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

Color information

#CCD6C2 (or 0xCCD6C2) is known color: Ottoman. HEX triplet: CC, D6 and C2. RGB value is (204,214,194). Sum of RGB (Red+Green+Blue) = 204+214+194=612 (81% of max value = 765). Red value is 204 (80.08% from 255 or 33.33% from 612); Green value is 214 (83.98% from 255 or 34.97% from 612); Blue value is 194 (76.17% from 255 or 31.70% from 612); Max value from RGB is 214 - color contains mainly: green. Hex color #CCD6C2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCD6C2 is #33293D. Grayscale: #D0D0D0. Windows color (decimal): -3352894 or 12768972. OLE color: 12768972.

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

Color convert

RGB 204 214 194 -
CMYK 0.05 0 0.09 0.16
HSL 90º 0.2% 0.8% -
HSV(B) 90º 0.09% 0.84% -
XYZ 58.69 64.83 60.46 -
YUV 208.73 119.69 124.63 -
System Red Green Blue C M Y K H S L
Decimal 204 214 194 0.05 0 0.09 0.16 90 0.2 0.8
Hex CC D6 C2 5 0 9 10 5A 14 50
Octal 314 326 302 5 0 11 20 132 24 120
Binary 11001100 11010110 11000010 101 0 1001 10000 1011010 10100 1010000

Color Harmonies of #CCD6C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD6C2

Black with #CCD6C2

Text Example


Text Example

White with #CCD6C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD6C2; }

 p { color: rgb(204,214,194); }

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

background-color css

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

 a { background-color: rgb(204,214,194); }

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

border-color css

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

 span { border-color: rgb(204,214,194); }

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