Html Css Color HEX #CAD2DD Link Water

📋 copy color: '#CAD2DD'

red 202 ◦ green 210 ◦ blue 221

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

Shades of Link Water #CAD2DD

Tints of Link Water #CAD2DD

RGB

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

 GREEN value IS 210 (82.42% from 255) = 33.18%

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

R = 31.91%
G = 33.18%
B = 34.91%

CMYK

 C value IS 0.09

 M value IS 0.05

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CAD2DD (or 0xCAD2DD) is known color: Link Water. HEX triplet: CA, D2 and DD. RGB value is (202,210,221). Sum of RGB (Red+Green+Blue) = 202+210+221=633 (83% of max value = 765). Red value is 202 (79.30% from 255 or 31.91% from 633); Green value is 210 (82.42% from 255 or 33.18% from 633); Blue value is 221 (86.72% from 255 or 34.91% from 633); Max value from RGB is 221 - color contains mainly: blue. Hex color #CAD2DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAD2DD is #352D22. Grayscale: #D0D0D0. Windows color (decimal): -3484963 or 14537418. OLE color: 14537418.

HSL color Cylindrical-coordinate representation of color #CAD2DD: hue angle of 214.74º 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 #CAD2DD is Cyan = 0.09, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 202 210 221 -
CMYK 0.09 0.05 0 0.13
HSL 214.74º 0.22% 0.83% -
HSV(B) 214.74º 0.09% 0.87% -
XYZ 60.45 63.87 77.55 -
YUV 208.86 134.85 123.11 -
System Red Green Blue C M Y K H S L
Decimal 202 210 221 0.09 0.05 0 0.13 214.74 0.22 0.83
Hex CA D2 DD 9 5 0 D D7 16 53
Octal 312 322 335 11 5 0 15 327 26 123
Binary 11001010 11010010 11011101 1001 101 0 1101 11010111 10110 1010011

Color Harmonies of #CAD2DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAD2DD

Black with #CAD2DD

Text Example


Text Example

White with #CAD2DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAD2DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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