Html Css Color HEX #CAD9DD Zumthor

📋 copy color: '#CAD9DD'

red 202 ◦ green 217 ◦ blue 221

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

Shades of Zumthor #CAD9DD

Tints of Zumthor #CAD9DD

RGB

 RED value IS 202 (79.3% from 255) = 31.56%

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

 BLUE value IS 221 (86.72% from 255) = 34.53%

R = 31.56%
G = 33.91%
B = 34.53%

CMYK

 C value IS 0.09

 M value IS 0.02

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CAD9DD (or 0xCAD9DD) is known color: Zumthor. HEX triplet: CA, D9 and DD. RGB value is (202,217,221). Sum of RGB (Red+Green+Blue) = 202+217+221=640 (84% of max value = 765). Red value is 202 (79.30% from 255 or 31.56% from 640); Green value is 217 (85.16% from 255 or 33.91% from 640); Blue value is 221 (86.72% from 255 or 34.53% from 640); Max value from RGB is 221 - color contains mainly: blue. Hex color #CAD9DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAD9DD is #352622. Grayscale: #D4D4D4. Windows color (decimal): -3483171 or 14539210. OLE color: 14539210.

HSL color Cylindrical-coordinate representation of color #CAD9DD: hue angle of 192.63º degrees, saturation: 0.22, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #CAD9DD is Cyan = 0.09, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 202 217 221 -
CMYK 0.09 0.02 0 0.13
HSL 192.63º 0.22% 0.83% -
HSV(B) 192.63º 0.09% 0.87% -
XYZ 62.22 67.4 78.14 -
YUV 212.97 132.53 120.17 -
System Red Green Blue C M Y K H S L
Decimal 202 217 221 0.09 0.02 0 0.13 192.63 0.22 0.83
Hex CA D9 DD 9 2 0 D C1 16 53
Octal 312 331 335 11 2 0 15 301 26 123
Binary 11001010 11011001 11011101 1001 10 0 1101 11000001 10110 1010011

Color Harmonies of #CAD9DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAD9DD

Black with #CAD9DD

Text Example


Text Example

White with #CAD9DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAD9DD; }

 p { color: rgb(202,217,221); }

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

background-color css

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

 a { background-color: rgb(202,217,221); }

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

border-color css

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

 span { border-color: rgb(202,217,221); }

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