Html Css Color HEX #CCDEC0 Ottoman

📋 copy color: '#CCDEC0'

red 204 ◦ green 222 ◦ blue 192

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

Shades of Ottoman #CCDEC0

Tints of Ottoman #CCDEC0

RGB

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

 GREEN value IS 222 (87.11% from 255) = 35.92%

 BLUE value IS 192 (75.39% from 255) = 31.07%

R = 33.01%
G = 35.92%
B = 31.07%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.14

 K value IS 0.13

RGB Variations

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

Color information

#CCDEC0 (or 0xCCDEC0) is known color: Ottoman. HEX triplet: CC, DE and C0. RGB value is (204,222,192). Sum of RGB (Red+Green+Blue) = 204+222+192=618 (81% of max value = 765). Red value is 204 (80.08% from 255 or 33.01% from 618); Green value is 222 (87.11% from 255 or 35.92% from 618); Blue value is 192 (75.39% from 255 or 31.07% from 618); Max value from RGB is 222 - color contains mainly: green. Hex color #CCDEC0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCDEC0 is #33213F. Grayscale: #D5D5D5. Windows color (decimal): -3350848 or 12639948. OLE color: 12639948.

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

Color convert

RGB 204 222 192 -
CMYK 0.08 0 0.14 0.13
HSL 96º 0.31% 0.81% -
HSV(B) 96º 0.14% 0.87% -
XYZ 60.54 68.89 59.97 -
YUV 213.2 116.04 121.44 -
System Red Green Blue C M Y K H S L
Decimal 204 222 192 0.08 0 0.14 0.13 96 0.31 0.81
Hex CC DE C0 8 0 E D 60 1F 51
Octal 314 336 300 10 0 16 15 140 37 121
Binary 11001100 11011110 11000000 1000 0 1110 1101 1100000 11111 1010001

Color Harmonies of #CCDEC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCDEC0

Black with #CCDEC0

Text Example


Text Example

White with #CCDEC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCDEC0; }

 p { color: rgb(204,222,192); }

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

background-color css

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

 a { background-color: rgb(204,222,192); }

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

border-color css

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

 span { border-color: rgb(204,222,192); }

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