Html Css Color HEX #CCD5D4 Zumthor

📋 copy color: '#CCD5D4'

red 204 ◦ green 213 ◦ blue 212

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

Shades of Zumthor #CCD5D4

Tints of Zumthor #CCD5D4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 33.7%

R = 32.43%
G = 33.86%
B = 33.7%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.00

 K value IS 0.16

RGB Variations

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

Color information

#CCD5D4 (or 0xCCD5D4) is known color: Zumthor. HEX triplet: CC, D5 and D4. RGB value is (204,213,212). Sum of RGB (Red+Green+Blue) = 204+213+212=629 (83% of max value = 765). Red value is 204 (80.08% from 255 or 32.43% from 629); Green value is 213 (83.59% from 255 or 33.86% from 629); Blue value is 212 (83.20% from 255 or 33.70% from 629); Max value from RGB is 213 - color contains mainly: green. Hex color #CCD5D4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCD5D4 is #332A2B. Grayscale: #D2D2D2. Windows color (decimal): -3353132 or 13948364. OLE color: 13948364.

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

Color convert

RGB 204 213 212 -
CMYK 0.04 0 0.00 0.16
HSL 173.33º 0.1% 0.82% -
HSV(B) 173.33º 0.04% 0.84% -
XYZ 60.58 65.18 71.68 -
YUV 210.2 129.02 123.58 -
System Red Green Blue C M Y K H S L
Decimal 204 213 212 0.04 0 0.00 0.16 173.33 0.1 0.82
Hex CC D5 D4 4 0 0 10 AD A 52
Octal 314 325 324 4 0 0 20 255 12 122
Binary 11001100 11010101 11010100 100 0 0 10000 10101101 1010 1010010

Color Harmonies of #CCD5D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD5D4

Black with #CCD5D4

Text Example


Text Example

White with #CCD5D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD5D4; }

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

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

background-color css

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

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

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

border-color css

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

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

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