Html Css Color HEX #CAD3E1 Link Water

📋 copy color: '#CAD3E1'

red 202 ◦ green 211 ◦ blue 225

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

Shades of Link Water #CAD3E1

Tints of Link Water #CAD3E1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 35.27%

R = 31.66%
G = 33.07%
B = 35.27%

CMYK

 C value IS 0.10

 M value IS 0.06

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#CAD3E1 (or 0xCAD3E1) is known color: Link Water. HEX triplet: CA, D3 and E1. RGB value is (202,211,225). Sum of RGB (Red+Green+Blue) = 202+211+225=638 (84% of max value = 765). Red value is 202 (79.30% from 255 or 31.66% from 638); Green value is 211 (82.81% from 255 or 33.07% from 638); Blue value is 225 (88.28% from 255 or 35.27% from 638); Max value from RGB is 225 - color contains mainly: blue. Hex color #CAD3E1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAD3E1 is #352C1E. Grayscale: #D1D1D1. Windows color (decimal): -3484703 or 14799818. OLE color: 14799818.

HSL color Cylindrical-coordinate representation of color #CAD3E1: hue angle of 216.52º degrees, saturation: 0.28, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #CAD3E1 is Cyan = 0.10, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 202 211 225 -
CMYK 0.10 0.06 0 0.12
HSL 216.52º 0.28% 0.84% -
HSV(B) 216.52º 0.1% 0.88% -
XYZ 61.24 64.58 80.47 -
YUV 209.91 136.52 122.36 -
System Red Green Blue C M Y K H S L
Decimal 202 211 225 0.10 0.06 0 0.12 216.52 0.28 0.84
Hex CA D3 E1 A 6 0 C D9 1C 54
Octal 312 323 341 12 6 0 14 331 34 124
Binary 11001010 11010011 11100001 1010 110 0 1100 11011001 11100 1010100

Color Harmonies of #CAD3E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAD3E1

Black with #CAD3E1

Text Example


Text Example

White with #CAD3E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAD3E1; }

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

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

background-color css

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

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

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

border-color css

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

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

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