Html Css Color HEX #CAD3DD Link Water

📋 copy color: '#CAD3DD'

red 202 ◦ green 211 ◦ blue 221

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

Shades of Link Water #CAD3DD

Tints of Link Water #CAD3DD

RGB

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

 GREEN value IS 211 (82.81% from 255) = 33.28%

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

R = 31.86%
G = 33.28%
B = 34.86%

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

#CAD3DD (or 0xCAD3DD) is known color: Link Water. HEX triplet: CA, D3 and DD. RGB value is (202,211,221). Sum of RGB (Red+Green+Blue) = 202+211+221=634 (83% of max value = 765). Red value is 202 (79.30% from 255 or 31.86% from 634); Green value is 211 (82.81% from 255 or 33.28% from 634); Blue value is 221 (86.72% from 255 or 34.86% from 634); Max value from RGB is 221 - color contains mainly: blue. Hex color #CAD3DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAD3DD is #352C22. Grayscale: #D1D1D1. Windows color (decimal): -3484707 or 14537674. OLE color: 14537674.

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

Color convert

RGB 202 211 221 -
CMYK 0.09 0.05 0 0.13
HSL 211.58º 0.22% 0.83% -
HSV(B) 211.58º 0.09% 0.87% -
XYZ 60.7 64.37 77.63 -
YUV 209.45 134.52 122.69 -
System Red Green Blue C M Y K H S L
Decimal 202 211 221 0.09 0.05 0 0.13 211.58 0.22 0.83
Hex CA D3 DD 9 5 0 D D4 16 53
Octal 312 323 335 11 5 0 15 324 26 123
Binary 11001010 11010011 11011101 1001 101 0 1101 11010100 10110 1010011

Color Harmonies of #CAD3DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAD3DD

Black with #CAD3DD

Text Example


Text Example

White with #CAD3DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAD3DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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