Html Css Color HEX #CCD9C2 Ottoman

📋 copy color: '#CCD9C2'

red 204 ◦ green 217 ◦ blue 194

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

Shades of Ottoman #CCD9C2

Tints of Ottoman #CCD9C2

RGB

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

 GREEN value IS 217 (85.16% from 255) = 35.28%

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

R = 33.17%
G = 35.28%
B = 31.54%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.11

 K value IS 0.15

RGB Variations

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

Color information

#CCD9C2 (or 0xCCD9C2) is known color: Ottoman. HEX triplet: CC, D9 and C2. RGB value is (204,217,194). Sum of RGB (Red+Green+Blue) = 204+217+194=615 (81% of max value = 765). Red value is 204 (80.08% from 255 or 33.17% from 615); Green value is 217 (85.16% from 255 or 35.28% from 615); Blue value is 194 (76.17% from 255 or 31.54% from 615); Max value from RGB is 217 - color contains mainly: green. Hex color #CCD9C2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCD9C2 is #33263D. Grayscale: #D2D2D2. Windows color (decimal): -3352126 or 12769740. OLE color: 12769740.

HSL color Cylindrical-coordinate representation of color #CCD9C2: hue angle of 93.91º degrees, saturation: 0.23, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #CCD9C2 is Cyan = 0.06, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.15.

Color convert

RGB 204 217 194 -
CMYK 0.06 0 0.11 0.15
HSL 93.91º 0.23% 0.81% -
HSV(B) 93.91º 0.11% 0.85% -
XYZ 59.45 66.36 60.71 -
YUV 210.49 118.69 123.37 -
System Red Green Blue C M Y K H S L
Decimal 204 217 194 0.06 0 0.11 0.15 93.91 0.23 0.81
Hex CC D9 C2 6 0 B F 5E 17 51
Octal 314 331 302 6 0 13 17 136 27 121
Binary 11001100 11011001 11000010 110 0 1011 1111 1011110 10111 1010001

Color Harmonies of #CCD9C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD9C2

Black with #CCD9C2

Text Example


Text Example

White with #CCD9C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD9C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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