Html Css Color HEX #CAD6E0 Link Water

📋 copy color: '#CAD6E0'

red 202 ◦ green 214 ◦ blue 224

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

Shades of Link Water #CAD6E0

Tints of Link Water #CAD6E0

RGB

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

 GREEN value IS 214 (83.98% from 255) = 33.44%

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

R = 31.56%
G = 33.44%
B = 35%

CMYK

 C value IS 0.10

 M value IS 0.04

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#CAD6E0 (or 0xCAD6E0) is known color: Link Water. HEX triplet: CA, D6 and E0. RGB value is (202,214,224). Sum of RGB (Red+Green+Blue) = 202+214+224=640 (84% of max value = 765). Red value is 202 (79.30% from 255 or 31.56% from 640); Green value is 214 (83.98% from 255 or 33.44% from 640); Blue value is 224 (87.89% from 255 or 35% from 640); Max value from RGB is 224 - color contains mainly: blue. Hex color #CAD6E0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAD6E0 is #35291F. Grayscale: #D3D3D3. Windows color (decimal): -3483936 or 14735050. OLE color: 14735050.

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

Color convert

RGB 202 214 224 -
CMYK 0.10 0.04 0 0.12
HSL 207.27º 0.26% 0.84% -
HSV(B) 207.27º 0.1% 0.88% -
XYZ 61.86 66.03 80.01 -
YUV 211.55 135.02 121.19 -
System Red Green Blue C M Y K H S L
Decimal 202 214 224 0.10 0.04 0 0.12 207.27 0.26 0.84
Hex CA D6 E0 A 4 0 C CF 1A 54
Octal 312 326 340 12 4 0 14 317 32 124
Binary 11001010 11010110 11100000 1010 100 0 1100 11001111 11010 1010100

Color Harmonies of #CAD6E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAD6E0

Black with #CAD6E0

Text Example


Text Example

White with #CAD6E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAD6E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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