Html Css Color HEX #CCD9DA Zumthor

📋 copy color: '#CCD9DA'

red 204 ◦ green 217 ◦ blue 218

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

Shades of Zumthor #CCD9DA

Tints of Zumthor #CCD9DA

RGB

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

 GREEN value IS 217 (85.16% from 255) = 33.96%

 BLUE value IS 218 (85.55% from 255) = 34.12%

R = 31.92%
G = 33.96%
B = 34.12%

CMYK

 C value IS 0.06

 M value IS 0.00

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#CCD9DA (or 0xCCD9DA) is known color: Zumthor. HEX triplet: CC, D9 and DA. RGB value is (204,217,218). Sum of RGB (Red+Green+Blue) = 204+217+218=639 (84% of max value = 765). Red value is 204 (80.08% from 255 or 31.92% from 639); Green value is 217 (85.16% from 255 or 33.96% from 639); Blue value is 218 (85.55% from 255 or 34.12% from 639); Max value from RGB is 218 - color contains mainly: blue. Hex color #CCD9DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCD9DA is #332625. Grayscale: #D5D5D5. Windows color (decimal): -3352102 or 14342604. OLE color: 14342604.

HSL color Cylindrical-coordinate representation of color #CCD9DA: hue angle of 184.29º degrees, saturation: 0.16, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #CCD9DA is Cyan = 0.06, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 204 217 218 -
CMYK 0.06 0.00 0 0.15
HSL 184.29º 0.16% 0.83% -
HSV(B) 184.29º 0.06% 0.85% -
XYZ 62.37 67.53 76.08 -
YUV 213.23 130.69 121.42 -
System Red Green Blue C M Y K H S L
Decimal 204 217 218 0.06 0.00 0 0.15 184.29 0.16 0.83
Hex CC D9 DA 6 0 0 F B8 10 53
Octal 314 331 332 6 0 0 17 270 20 123
Binary 11001100 11011001 11011010 110 0 0 1111 10111000 10000 1010011

Color Harmonies of #CCD9DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD9DA

Black with #CCD9DA

Text Example


Text Example

White with #CCD9DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD9DA; }

 p { color: rgb(204,217,218); }

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

background-color css

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

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

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

border-color css

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

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

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