Html Css Color HEX #CCD5C6 Ottoman

📋 copy color: '#CCD5C6'

red 204 ◦ green 213 ◦ blue 198

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

Shades of Ottoman #CCD5C6

Tints of Ottoman #CCD5C6

RGB

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

 GREEN value IS 213 (83.59% from 255) = 34.63%

 BLUE value IS 198 (77.73% from 255) = 32.2%

R = 33.17%
G = 34.63%
B = 32.2%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.07

 K value IS 0.16

RGB Variations

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

Color information

#CCD5C6 (or 0xCCD5C6) is known color: Ottoman. HEX triplet: CC, D5 and C6. RGB value is (204,213,198). Sum of RGB (Red+Green+Blue) = 204+213+198=615 (81% of max value = 765). Red value is 204 (80.08% from 255 or 33.17% from 615); Green value is 213 (83.59% from 255 or 34.63% from 615); Blue value is 198 (77.73% from 255 or 32.20% from 615); Max value from RGB is 213 - color contains mainly: green. Hex color #CCD5C6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCD5C6 is #332A39. Grayscale: #D0D0D0. Windows color (decimal): -3353146 or 13030860. OLE color: 13030860.

HSL color Cylindrical-coordinate representation of color #CCD5C6: hue angle of 96º degrees, saturation: 0.15, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #CCD5C6 is Cyan = 0.04, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.16.

Color convert

RGB 204 213 198 -
CMYK 0.04 0 0.07 0.16
HSL 96º 0.15% 0.81% -
HSV(B) 96º 0.07% 0.84% -
XYZ 58.89 64.5 62.77 -
YUV 208.6 122.02 124.72 -
System Red Green Blue C M Y K H S L
Decimal 204 213 198 0.04 0 0.07 0.16 96 0.15 0.81
Hex CC D5 C6 4 0 7 10 60 F 51
Octal 314 325 306 4 0 7 20 140 17 121
Binary 11001100 11010101 11000110 100 0 111 10000 1100000 1111 1010001

Color Harmonies of #CCD5C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD5C6

Black with #CCD5C6

Text Example


Text Example

White with #CCD5C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD5C6; }

 p { color: rgb(204,213,198); }

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

background-color css

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

 a { background-color: rgb(204,213,198); }

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

border-color css

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

 span { border-color: rgb(204,213,198); }

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