Html Css Color HEX #CAD5DB Link Water

📋 copy color: '#CAD5DB'

red 202 ◦ green 213 ◦ blue 219

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

Shades of Link Water #CAD5DB

Tints of Link Water #CAD5DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 34.54%

R = 31.86%
G = 33.6%
B = 34.54%

CMYK

 C value IS 0.08

 M value IS 0.03

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CAD5DB (or 0xCAD5DB) is known color: Link Water. HEX triplet: CA, D5 and DB. RGB value is (202,213,219). Sum of RGB (Red+Green+Blue) = 202+213+219=634 (83% of max value = 765). Red value is 202 (79.30% from 255 or 31.86% from 634); Green value is 213 (83.59% from 255 or 33.60% from 634); Blue value is 219 (85.94% from 255 or 34.54% from 634); Max value from RGB is 219 - color contains mainly: blue. Hex color #CAD5DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAD5DB is #352A24. Grayscale: #D2D2D2. Windows color (decimal): -3484197 or 14407114. OLE color: 14407114.

HSL color Cylindrical-coordinate representation of color #CAD5DB: hue angle of 201.18º degrees, saturation: 0.19, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #CAD5DB is Cyan = 0.08, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 202 213 219 -
CMYK 0.08 0.03 0 0.14
HSL 201.18º 0.19% 0.83% -
HSV(B) 201.18º 0.08% 0.86% -
XYZ 60.94 65.26 76.4 -
YUV 210.4 132.86 122.01 -
System Red Green Blue C M Y K H S L
Decimal 202 213 219 0.08 0.03 0 0.14 201.18 0.19 0.83
Hex CA D5 DB 8 3 0 E C9 13 53
Octal 312 325 333 10 3 0 16 311 23 123
Binary 11001010 11010101 11011011 1000 11 0 1110 11001001 10011 1010011

Color Harmonies of #CAD5DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAD5DB

Black with #CAD5DB

Text Example


Text Example

White with #CAD5DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAD5DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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