Html Css Color HEX #CAD5E4 Link Water

📋 copy color: '#CAD5E4'

red 202 ◦ green 213 ◦ blue 228

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

Shades of Link Water #CAD5E4

Tints of Link Water #CAD5E4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 35.46%

R = 31.42%
G = 33.13%
B = 35.46%

CMYK

 C value IS 0.11

 M value IS 0.07

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#CAD5E4 (or 0xCAD5E4) is known color: Link Water. HEX triplet: CA, D5 and E4. RGB value is (202,213,228). Sum of RGB (Red+Green+Blue) = 202+213+228=643 (85% of max value = 765). Red value is 202 (79.30% from 255 or 31.42% from 643); Green value is 213 (83.59% from 255 or 33.13% from 643); Blue value is 228 (89.45% from 255 or 35.46% from 643); Max value from RGB is 228 - color contains mainly: blue. Hex color #CAD5E4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAD5E4 is #352A1B. Grayscale: #D3D3D3. Windows color (decimal): -3484188 or 14996938. OLE color: 14996938.

HSL color Cylindrical-coordinate representation of color #CAD5E4: hue angle of 214.62º degrees, saturation: 0.32, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #CAD5E4 is Cyan = 0.11, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 202 213 228 -
CMYK 0.11 0.07 0 0.11
HSL 214.62º 0.33% 0.84% -
HSV(B) 214.62º 0.11% 0.89% -
XYZ 62.15 65.75 82.81 -
YUV 211.42 137.36 121.28 -
System Red Green Blue C M Y K H S L
Decimal 202 213 228 0.11 0.07 0 0.11 214.62 0.33 0.84
Hex CA D5 E4 B 7 0 B D7 20 54
Octal 312 325 344 13 7 0 13 327 40 124
Binary 11001010 11010101 11100100 1011 111 0 1011 11010111 100000 1010100

Color Harmonies of #CAD5E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAD5E4

Black with #CAD5E4

Text Example


Text Example

White with #CAD5E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAD5E4; }

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

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

background-color css

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

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

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

border-color css

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

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

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