Html Css Color HEX #CCDDC1 Ottoman

📋 copy color: '#CCDDC1'

red 204 ◦ green 221 ◦ blue 193

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

Shades of Ottoman #CCDDC1

Tints of Ottoman #CCDDC1

RGB

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

 GREEN value IS 221 (86.72% from 255) = 35.76%

 BLUE value IS 193 (75.78% from 255) = 31.23%

R = 33.01%
G = 35.76%
B = 31.23%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.13

 K value IS 0.13

RGB Variations

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

Color information

#CCDDC1 (or 0xCCDDC1) is known color: Ottoman. HEX triplet: CC, DD and C1. RGB value is (204,221,193). Sum of RGB (Red+Green+Blue) = 204+221+193=618 (81% of max value = 765). Red value is 204 (80.08% from 255 or 33.01% from 618); Green value is 221 (86.72% from 255 or 35.76% from 618); Blue value is 193 (75.78% from 255 or 31.23% from 618); Max value from RGB is 221 - color contains mainly: green. Hex color #CCDDC1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCDDC1 is #33223E. Grayscale: #D4D4D4. Windows color (decimal): -3351103 or 12705228. OLE color: 12705228.

HSL color Cylindrical-coordinate representation of color #CCDDC1: hue angle of 96.43º degrees, saturation: 0.29, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CCDDC1 is Cyan = 0.08, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.13.

Color convert

RGB 204 221 193 -
CMYK 0.08 0 0.13 0.13
HSL 96.43º 0.29% 0.81% -
HSV(B) 96.43º 0.13% 0.87% -
XYZ 60.38 68.4 60.47 -
YUV 212.73 116.87 121.78 -
System Red Green Blue C M Y K H S L
Decimal 204 221 193 0.08 0 0.13 0.13 96.43 0.29 0.81
Hex CC DD C1 8 0 D D 60 1D 51
Octal 314 335 301 10 0 15 15 140 35 121
Binary 11001100 11011101 11000001 1000 0 1101 1101 1100000 11101 1010001

Color Harmonies of #CCDDC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCDDC1

Black with #CCDDC1

Text Example


Text Example

White with #CCDDC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCDDC1; }

 p { color: rgb(204,221,193); }

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

background-color css

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

 a { background-color: rgb(204,221,193); }

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

border-color css

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

 span { border-color: rgb(204,221,193); }

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