Html Css Color HEX #CAD2DF Link Water

📋 copy color: '#CAD2DF'

red 202 ◦ green 210 ◦ blue 223

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

Shades of Link Water #CAD2DF

Tints of Link Water #CAD2DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 35.12%

R = 31.81%
G = 33.07%
B = 35.12%

CMYK

 C value IS 0.09

 M value IS 0.06

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CAD2DF (or 0xCAD2DF) is known color: Link Water. HEX triplet: CA, D2 and DF. RGB value is (202,210,223). Sum of RGB (Red+Green+Blue) = 202+210+223=635 (84% of max value = 765). Red value is 202 (79.30% from 255 or 31.81% from 635); Green value is 210 (82.42% from 255 or 33.07% from 635); Blue value is 223 (87.5% from 255 or 35.12% from 635); Max value from RGB is 223 - color contains mainly: blue. Hex color #CAD2DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAD2DF is #352D20. Grayscale: #D1D1D1. Windows color (decimal): -3484961 or 14668490. OLE color: 14668490.

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

Color convert

RGB 202 210 223 -
CMYK 0.09 0.06 0 0.13
HSL 217.14º 0.25% 0.83% -
HSV(B) 217.14º 0.09% 0.87% -
XYZ 60.72 63.98 78.96 -
YUV 209.09 135.85 122.94 -
System Red Green Blue C M Y K H S L
Decimal 202 210 223 0.09 0.06 0 0.13 217.14 0.25 0.83
Hex CA D2 DF 9 6 0 D D9 19 53
Octal 312 322 337 11 6 0 15 331 31 123
Binary 11001010 11010010 11011111 1001 110 0 1101 11011001 11001 1010011

Color Harmonies of #CAD2DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAD2DF

Black with #CAD2DF

Text Example


Text Example

White with #CAD2DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAD2DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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