Html Css Color HEX #CCDCDE Zumthor

📋 copy color: '#CCDCDE'

red 204 ◦ green 220 ◦ blue 222

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

Shades of Zumthor #CCDCDE

Tints of Zumthor #CCDCDE

RGB

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

 GREEN value IS 220 (86.33% from 255) = 34.06%

 BLUE value IS 222 (87.11% from 255) = 34.37%

R = 31.58%
G = 34.06%
B = 34.37%

CMYK

 C value IS 0.08

 M value IS 0.01

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CCDCDE (or 0xCCDCDE) is known color: Zumthor. HEX triplet: CC, DC and DE. RGB value is (204,220,222). Sum of RGB (Red+Green+Blue) = 204+220+222=646 (85% of max value = 765). Red value is 204 (80.08% from 255 or 31.58% from 646); Green value is 220 (86.33% from 255 or 34.06% from 646); Blue value is 222 (87.11% from 255 or 34.37% from 646); Max value from RGB is 222 - color contains mainly: blue. Hex color #CCDCDE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCDCDE is #332321. Grayscale: #D7D7D7. Windows color (decimal): -3351330 or 14605516. OLE color: 14605516.

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

Color convert

RGB 204 220 222 -
CMYK 0.08 0.01 0 0.13
HSL 186.67º 0.21% 0.84% -
HSV(B) 186.67º 0.08% 0.87% -
XYZ 63.68 69.3 79.13 -
YUV 215.44 131.7 119.84 -
System Red Green Blue C M Y K H S L
Decimal 204 220 222 0.08 0.01 0 0.13 186.67 0.21 0.84
Hex CC DC DE 8 1 0 D BB 15 54
Octal 314 334 336 10 1 0 15 273 25 124
Binary 11001100 11011100 11011110 1000 1 0 1101 10111011 10101 1010100

Color Harmonies of #CCDCDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCDCDE

Black with #CCDCDE

Text Example


Text Example

White with #CCDCDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCDCDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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