Html Css Color HEX #CCDDDD Zumthor

📋 copy color: '#CCDDDD'

red 204 ◦ green 221 ◦ blue 221

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

Shades of Zumthor #CCDDDD

Tints of Zumthor #CCDDDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 34.21%

R = 31.58%
G = 34.21%
B = 34.21%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CCDDDD (or 0xCCDDDD) is known color: Zumthor. HEX triplet: CC, DD and DD. RGB value is (204,221,221). Sum of RGB (Red+Green+Blue) = 204+221+221=646 (85% of max value = 765). Red value is 204 (80.08% from 255 or 31.58% from 646); Green value is 221 (86.72% from 255 or 34.21% from 646); Blue value is 221 (86.72% from 255 or 34.21% from 646); Max value from RGB is 221 - color contains mainly: green, blue. Hex color #CCDDDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCDDDD is #332222. Grayscale: #D7D7D7. Windows color (decimal): -3351075 or 14540236. OLE color: 14540236.

HSL color Cylindrical-coordinate representation of color #CCDDDD: hue angle of 180º 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 #CCDDDD is Cyan = 0.08, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 204 221 221 -
CMYK 0.08 0 0 0.13
HSL 180º 0.2% 0.83% -
HSV(B) 180º 0.08% 0.87% -
XYZ 63.81 69.77 78.51 -
YUV 215.92 130.87 119.5 -
System Red Green Blue C M Y K H S L
Decimal 204 221 221 0.08 0 0 0.13 180 0.2 0.83
Hex CC DD DD 8 0 0 D B4 14 53
Octal 314 335 335 10 0 0 15 264 24 123
Binary 11001100 11011101 11011101 1000 0 0 1101 10110100 10100 1010011

Color Harmonies of #CCDDDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCDDDD

Black with #CCDDDD

Text Example


Text Example

White with #CCDDDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCDDDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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