Html Css Color HEX #CAD4DD Link Water

📋 copy color: '#CAD4DD'

red 202 ◦ green 212 ◦ blue 221

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

Shades of Link Water #CAD4DD

Tints of Link Water #CAD4DD

RGB

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

 GREEN value IS 212 (83.2% from 255) = 33.39%

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

R = 31.81%
G = 33.39%
B = 34.8%

CMYK

 C value IS 0.09

 M value IS 0.04

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CAD4DD (or 0xCAD4DD) is known color: Link Water. HEX triplet: CA, D4 and DD. RGB value is (202,212,221). Sum of RGB (Red+Green+Blue) = 202+212+221=635 (84% of max value = 765). Red value is 202 (79.30% from 255 or 31.81% from 635); Green value is 212 (83.20% from 255 or 33.39% from 635); Blue value is 221 (86.72% from 255 or 34.80% from 635); Max value from RGB is 221 - color contains mainly: blue. Hex color #CAD4DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAD4DD is #352B22. Grayscale: #D1D1D1. Windows color (decimal): -3484451 or 14537930. OLE color: 14537930.

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

Color convert

RGB 202 212 221 -
CMYK 0.09 0.04 0 0.13
HSL 208.42º 0.22% 0.83% -
HSV(B) 208.42º 0.09% 0.87% -
XYZ 60.95 64.86 77.71 -
YUV 210.04 134.19 122.27 -
System Red Green Blue C M Y K H S L
Decimal 202 212 221 0.09 0.04 0 0.13 208.42 0.22 0.83
Hex CA D4 DD 9 4 0 D D0 16 53
Octal 312 324 335 11 4 0 15 320 26 123
Binary 11001010 11010100 11011101 1001 100 0 1101 11010000 10110 1010011

Color Harmonies of #CAD4DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAD4DD

Black with #CAD4DD

Text Example


Text Example

White with #CAD4DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAD4DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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