Html Css Color HEX #CCDDDC Zumthor

📋 copy color: '#CCDDDC'

red 204 ◦ green 221 ◦ blue 220

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

Shades of Zumthor #CCDDDC

Tints of Zumthor #CCDDDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 34.11%

R = 31.63%
G = 34.26%
B = 34.11%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.00

 K value IS 0.13

RGB Variations

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

Color information

#CCDDDC (or 0xCCDDDC) is known color: Zumthor. HEX triplet: CC, DD and DC. RGB value is (204,221,220). Sum of RGB (Red+Green+Blue) = 204+221+220=645 (85% of max value = 765). Red value is 204 (80.08% from 255 or 31.63% from 645); Green value is 221 (86.72% from 255 or 34.26% from 645); Blue value is 220 (86.33% from 255 or 34.11% from 645); Max value from RGB is 221 - color contains mainly: green. Hex color #CCDDDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCDDDC is #332223. Grayscale: #D7D7D7. Windows color (decimal): -3351076 or 14474700. OLE color: 14474700.

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

Color convert

RGB 204 221 220 -
CMYK 0.08 0 0.00 0.13
HSL 176.47º 0.2% 0.83% -
HSV(B) 176.47º 0.08% 0.87% -
XYZ 63.68 69.72 77.81 -
YUV 215.8 130.37 119.58 -
System Red Green Blue C M Y K H S L
Decimal 204 221 220 0.08 0 0.00 0.13 176.47 0.2 0.83
Hex CC DD DC 8 0 0 D B0 14 53
Octal 314 335 334 10 0 0 15 260 24 123
Binary 11001100 11011101 11011100 1000 0 0 1101 10110000 10100 1010011

Color Harmonies of #CCDDDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCDDDC

Black with #CCDDDC

Text Example


Text Example

White with #CCDDDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCDDDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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