Html Css Color HEX #CCD3D5 Zumthor

📋 copy color: '#CCD3D5'

red 204 ◦ green 211 ◦ blue 213

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

Shades of Zumthor #CCD3D5

Tints of Zumthor #CCD3D5

RGB

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

 GREEN value IS 211 (82.81% from 255) = 33.6%

 BLUE value IS 213 (83.59% from 255) = 33.92%

R = 32.48%
G = 33.6%
B = 33.92%

CMYK

 C value IS 0.04

 M value IS 0.01

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#CCD3D5 (or 0xCCD3D5) is known color: Zumthor. HEX triplet: CC, D3 and D5. RGB value is (204,211,213). Sum of RGB (Red+Green+Blue) = 204+211+213=628 (83% of max value = 765). Red value is 204 (80.08% from 255 or 32.48% from 628); Green value is 211 (82.81% from 255 or 33.60% from 628); Blue value is 213 (83.59% from 255 or 33.92% from 628); Max value from RGB is 213 - color contains mainly: blue. Hex color #CCD3D5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCD3D5 is #332C2A. Grayscale: #D1D1D1. Windows color (decimal): -3353643 or 14013388. OLE color: 14013388.

HSL color Cylindrical-coordinate representation of color #CCD3D5: hue angle of 193.33º degrees, saturation: 0.1, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #CCD3D5 is Cyan = 0.04, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 204 211 213 -
CMYK 0.04 0.01 0 0.16
HSL 193.33º 0.1% 0.82% -
HSV(B) 193.33º 0.04% 0.84% -
XYZ 60.21 64.23 72.18 -
YUV 209.14 130.18 124.34 -
System Red Green Blue C M Y K H S L
Decimal 204 211 213 0.04 0.01 0 0.16 193.33 0.1 0.82
Hex CC D3 D5 4 1 0 10 C1 A 52
Octal 314 323 325 4 1 0 20 301 12 122
Binary 11001100 11010011 11010101 100 1 0 10000 11000001 1010 1010010

Color Harmonies of #CCD3D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD3D5

Black with #CCD3D5

Text Example


Text Example

White with #CCD3D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD3D5; }

 p { color: rgb(204,211,213); }

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

background-color css

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

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

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

border-color css

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

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

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