Html Css Color HEX #CACDD5 Link Water

📋 copy color: '#CACDD5'

red 202 ◦ green 205 ◦ blue 213

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

Shades of Link Water #CACDD5

Tints of Link Water #CACDD5

RGB

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

 GREEN value IS 205 (80.47% from 255) = 33.06%

 BLUE value IS 213 (83.59% from 255) = 34.35%

R = 32.58%
G = 33.06%
B = 34.35%

CMYK

 C value IS 0.05

 M value IS 0.04

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#CACDD5 (or 0xCACDD5) is known color: Link Water. HEX triplet: CA, CD and D5. RGB value is (202,205,213). Sum of RGB (Red+Green+Blue) = 202+205+213=620 (82% of max value = 765). Red value is 202 (79.30% from 255 or 32.58% from 620); Green value is 205 (80.47% from 255 or 33.06% from 620); Blue value is 213 (83.59% from 255 or 34.35% from 620); Max value from RGB is 213 - color contains mainly: blue. Hex color #CACDD5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CACDD5 is #35322A. Grayscale: #CCCCCC. Windows color (decimal): -3486251 or 14011850. OLE color: 14011850.

HSL color Cylindrical-coordinate representation of color #CACDD5: hue angle of 223.64º degrees, saturation: 0.12, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #CACDD5 is Cyan = 0.05, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 202 205 213 -
CMYK 0.05 0.04 0 0.16
HSL 223.64º 0.12% 0.81% -
HSV(B) 223.64º 0.05% 0.84% -
XYZ 58.2 61.02 71.66 -
YUV 205.02 132.51 125.85 -
System Red Green Blue C M Y K H S L
Decimal 202 205 213 0.05 0.04 0 0.16 223.64 0.12 0.81
Hex CA CD D5 5 4 0 10 E0 C 51
Octal 312 315 325 5 4 0 20 340 14 121
Binary 11001010 11001101 11010101 101 100 0 10000 11100000 1100 1010001

Color Harmonies of #CACDD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CACDD5

Black with #CACDD5

Text Example


Text Example

White with #CACDD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CACDD5; }

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

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

background-color css

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

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

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

border-color css

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

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

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