Html Css Color HEX #CAD1DD Link Water

📋 copy color: '#CAD1DD'

red 202 ◦ green 209 ◦ blue 221

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

Shades of Link Water #CAD1DD

Tints of Link Water #CAD1DD

RGB

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

 GREEN value IS 209 (82.03% from 255) = 33.07%

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

R = 31.96%
G = 33.07%
B = 34.97%

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

#CAD1DD (or 0xCAD1DD) is known color: Link Water. HEX triplet: CA, D1 and DD. RGB value is (202,209,221). Sum of RGB (Red+Green+Blue) = 202+209+221=632 (83% of max value = 765). Red value is 202 (79.30% from 255 or 31.96% from 632); Green value is 209 (82.03% from 255 or 33.07% from 632); Blue value is 221 (86.72% from 255 or 34.97% from 632); Max value from RGB is 221 - color contains mainly: blue. Hex color #CAD1DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAD1DD is #352E22. Grayscale: #D0D0D0. Windows color (decimal): -3485219 or 14537162. OLE color: 14537162.

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

Color convert

RGB 202 209 221 -
CMYK 0.09 0.05 0 0.13
HSL 217.89º 0.22% 0.83% -
HSV(B) 217.89º 0.09% 0.87% -
XYZ 60.21 63.38 77.47 -
YUV 208.28 135.18 123.52 -
System Red Green Blue C M Y K H S L
Decimal 202 209 221 0.09 0.05 0 0.13 217.89 0.22 0.83
Hex CA D1 DD 9 5 0 D DA 16 53
Octal 312 321 335 11 5 0 15 332 26 123
Binary 11001010 11010001 11011101 1001 101 0 1101 11011010 10110 1010011

Color Harmonies of #CAD1DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAD1DD

Black with #CAD1DD

Text Example


Text Example

White with #CAD1DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAD1DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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