Html Css Color HEX #CCDADA Zumthor

📋 copy color: '#CCDADA'

red 204 ◦ green 218 ◦ blue 218

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

Shades of Zumthor #CCDADA

Tints of Zumthor #CCDADA

RGB

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

 GREEN value IS 218 (85.55% from 255) = 34.06%

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

R = 31.88%
G = 34.06%
B = 34.06%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#CCDADA (or 0xCCDADA) is known color: Zumthor. HEX triplet: CC, DA and DA. RGB value is (204,218,218). Sum of RGB (Red+Green+Blue) = 204+218+218=640 (84% of max value = 765). Red value is 204 (80.08% from 255 or 31.88% from 640); Green value is 218 (85.55% from 255 or 34.06% from 640); Blue value is 218 (85.55% from 255 or 34.06% from 640); Max value from RGB is 218 - color contains mainly: green, blue. Hex color #CCDADA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCDADA is #332525. Grayscale: #D5D5D5. Windows color (decimal): -3351846 or 14342860. OLE color: 14342860.

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

Color convert

RGB 204 218 218 -
CMYK 0.06 0 0 0.15
HSL 180º 0.16% 0.83% -
HSV(B) 180º 0.06% 0.85% -
XYZ 62.63 68.04 76.16 -
YUV 213.81 130.36 121 -
System Red Green Blue C M Y K H S L
Decimal 204 218 218 0.06 0 0 0.15 180 0.16 0.83
Hex CC DA DA 6 0 0 F B4 10 53
Octal 314 332 332 6 0 0 17 264 20 123
Binary 11001100 11011010 11011010 110 0 0 1111 10110100 10000 1010011

Color Harmonies of #CCDADA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCDADA

Black with #CCDADA

Text Example


Text Example

White with #CCDADA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCDADA; }

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

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

background-color css

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

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

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

border-color css

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

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

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