Html Css Color HEX #CAD1E0 Link Water

📋 copy color: '#CAD1E0'

red 202 ◦ green 209 ◦ blue 224

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

Shades of Link Water #CAD1E0

Tints of Link Water #CAD1E0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 35.28%

R = 31.81%
G = 32.91%
B = 35.28%

CMYK

 C value IS 0.10

 M value IS 0.07

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#CAD1E0 (or 0xCAD1E0) is known color: Link Water. HEX triplet: CA, D1 and E0. RGB value is (202,209,224). Sum of RGB (Red+Green+Blue) = 202+209+224=635 (84% of max value = 765). Red value is 202 (79.30% from 255 or 31.81% from 635); Green value is 209 (82.03% from 255 or 32.91% from 635); Blue value is 224 (87.89% from 255 or 35.28% from 635); Max value from RGB is 224 - color contains mainly: blue. Hex color #CAD1E0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAD1E0 is #352E1F. Grayscale: #D0D0D0. Windows color (decimal): -3485216 or 14733770. OLE color: 14733770.

HSL color Cylindrical-coordinate representation of color #CAD1E0: hue angle of 220.91º degrees, saturation: 0.26, 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 #CAD1E0 is Cyan = 0.10, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 202 209 224 -
CMYK 0.10 0.07 0 0.12
HSL 220.91º 0.26% 0.84% -
HSV(B) 220.91º 0.1% 0.88% -
XYZ 60.61 63.54 79.59 -
YUV 208.62 136.68 123.28 -
System Red Green Blue C M Y K H S L
Decimal 202 209 224 0.10 0.07 0 0.12 220.91 0.26 0.84
Hex CA D1 E0 A 7 0 C DD 1A 54
Octal 312 321 340 12 7 0 14 335 32 124
Binary 11001010 11010001 11100000 1010 111 0 1100 11011101 11010 1010100

Color Harmonies of #CAD1E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAD1E0

Black with #CAD1E0

Text Example


Text Example

White with #CAD1E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAD1E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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