Html Css Color HEX #CCD5D5 Zumthor

📋 copy color: '#CCD5D5'

red 204 ◦ green 213 ◦ blue 213

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

Shades of Zumthor #CCD5D5

Tints of Zumthor #CCD5D5

RGB

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

 GREEN value IS 213 (83.59% from 255) = 33.81%

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

R = 32.38%
G = 33.81%
B = 33.81%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#CCD5D5 (or 0xCCD5D5) is known color: Zumthor. HEX triplet: CC, D5 and D5. RGB value is (204,213,213). Sum of RGB (Red+Green+Blue) = 204+213+213=630 (83% of max value = 765). Red value is 204 (80.08% from 255 or 32.38% from 630); Green value is 213 (83.59% from 255 or 33.81% from 630); Blue value is 213 (83.59% from 255 or 33.81% from 630); Max value from RGB is 213 - color contains mainly: green, blue. Hex color #CCD5D5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCD5D5 is #332A2A. Grayscale: #D2D2D2. Windows color (decimal): -3353131 or 14013900. OLE color: 14013900.

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

Color convert

RGB 204 213 213 -
CMYK 0.04 0 0 0.16
HSL 180º 0.1% 0.82% -
HSV(B) 180º 0.04% 0.84% -
XYZ 60.71 65.23 72.34 -
YUV 210.31 129.52 123.5 -
System Red Green Blue C M Y K H S L
Decimal 204 213 213 0.04 0 0 0.16 180 0.1 0.82
Hex CC D5 D5 4 0 0 10 B4 A 52
Octal 314 325 325 4 0 0 20 264 12 122
Binary 11001100 11010101 11010101 100 0 0 10000 10110100 1010 1010010

Color Harmonies of #CCD5D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD5D5

Black with #CCD5D5

Text Example


Text Example

White with #CCD5D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD5D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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