Html Css Color HEX #CAD4E0 Link Water

📋 copy color: '#CAD4E0'

red 202 ◦ green 212 ◦ blue 224

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

Shades of Link Water #CAD4E0

Tints of Link Water #CAD4E0

RGB

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

 GREEN value IS 212 (83.2% from 255) = 33.23%

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

R = 31.66%
G = 33.23%
B = 35.11%

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

#CAD4E0 (or 0xCAD4E0) is known color: Link Water. HEX triplet: CA, D4 and E0. RGB value is (202,212,224). Sum of RGB (Red+Green+Blue) = 202+212+224=638 (84% of max value = 765). Red value is 202 (79.30% from 255 or 31.66% from 638); Green value is 212 (83.20% from 255 or 33.23% from 638); Blue value is 224 (87.89% from 255 or 35.11% from 638); Max value from RGB is 224 - color contains mainly: blue. Hex color #CAD4E0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAD4E0 is #352B1F. Grayscale: #D2D2D2. Windows color (decimal): -3484448 or 14734538. OLE color: 14734538.

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

Color convert

RGB 202 212 224 -
CMYK 0.10 0.05 0 0.12
HSL 212.73º 0.26% 0.84% -
HSV(B) 212.73º 0.1% 0.88% -
XYZ 61.36 65.03 79.84 -
YUV 210.38 135.69 122.02 -
System Red Green Blue C M Y K H S L
Decimal 202 212 224 0.10 0.05 0 0.12 212.73 0.26 0.84
Hex CA D4 E0 A 5 0 C D5 1A 54
Octal 312 324 340 12 5 0 14 325 32 124
Binary 11001010 11010100 11100000 1010 101 0 1100 11010101 11010 1010100

Color Harmonies of #CAD4E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAD4E0

Black with #CAD4E0

Text Example


Text Example

White with #CAD4E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAD4E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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