Html Css Color HEX #CAD5E0 Link Water

📋 copy color: '#CAD5E0'

red 202 ◦ green 213 ◦ blue 224

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

Shades of Link Water #CAD5E0

Tints of Link Water #CAD5E0

RGB

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

 GREEN value IS 213 (83.59% from 255) = 33.33%

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

R = 31.61%
G = 33.33%
B = 35.05%

CMYK

 C value IS 0.10

 M value IS 0.05

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#CAD5E0 (or 0xCAD5E0) is known color: Link Water. HEX triplet: CA, D5 and E0. RGB value is (202,213,224). Sum of RGB (Red+Green+Blue) = 202+213+224=639 (84% of max value = 765). Red value is 202 (79.30% from 255 or 31.61% from 639); Green value is 213 (83.59% from 255 or 33.33% from 639); Blue value is 224 (87.89% from 255 or 35.05% from 639); Max value from RGB is 224 - color contains mainly: blue. Hex color #CAD5E0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAD5E0 is #352A1F. Grayscale: #D2D2D2. Windows color (decimal): -3484192 or 14734794. OLE color: 14734794.

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

Color convert

RGB 202 213 224 -
CMYK 0.10 0.05 0 0.12
HSL 210º 0.26% 0.84% -
HSV(B) 210º 0.1% 0.88% -
XYZ 61.61 65.53 79.92 -
YUV 210.97 135.36 121.61 -
System Red Green Blue C M Y K H S L
Decimal 202 213 224 0.10 0.05 0 0.12 210 0.26 0.84
Hex CA D5 E0 A 5 0 C D2 1A 54
Octal 312 325 340 12 5 0 14 322 32 124
Binary 11001010 11010101 11100000 1010 101 0 1100 11010010 11010 1010100

Color Harmonies of #CAD5E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAD5E0

Black with #CAD5E0

Text Example


Text Example

White with #CAD5E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAD5E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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