Html Css Color HEX #CCD6BE Ottoman

📋 copy color: '#CCD6BE'

red 204 ◦ green 214 ◦ blue 190

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

Shades of Ottoman #CCD6BE

Tints of Ottoman #CCD6BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 31.25%

R = 33.55%
G = 35.2%
B = 31.25%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.11

 K value IS 0.16

RGB Variations

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

Color information

#CCD6BE (or 0xCCD6BE) is known color: Ottoman. HEX triplet: CC, D6 and BE. RGB value is (204,214,190). Sum of RGB (Red+Green+Blue) = 204+214+190=608 (80% of max value = 765). Red value is 204 (80.08% from 255 or 33.55% from 608); Green value is 214 (83.98% from 255 or 35.20% from 608); Blue value is 190 (74.61% from 255 or 31.25% from 608); Max value from RGB is 214 - color contains mainly: green. Hex color #CCD6BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCD6BE is #332941. Grayscale: #D0D0D0. Windows color (decimal): -3352898 or 12506828. OLE color: 12506828.

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

Color convert

RGB 204 214 190 -
CMYK 0.05 0 0.11 0.16
HSL 85º 0.23% 0.79% -
HSV(B) 85º 0.11% 0.84% -
XYZ 58.24 64.65 58.12 -
YUV 208.27 117.69 124.95 -
System Red Green Blue C M Y K H S L
Decimal 204 214 190 0.05 0 0.11 0.16 85 0.23 0.79
Hex CC D6 BE 5 0 B 10 55 17 4F
Octal 314 326 276 5 0 13 20 125 27 117
Binary 11001100 11010110 10111110 101 0 1011 10000 1010101 10111 1001111

Color Harmonies of #CCD6BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD6BE

Black with #CCD6BE

Text Example


Text Example

White with #CCD6BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD6BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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