Html Css Color HEX #CACFD5 Link Water

📋 copy color: '#CACFD5'

red 202 ◦ green 207 ◦ blue 213

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

Shades of Link Water #CACFD5

Tints of Link Water #CACFD5

RGB

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

 GREEN value IS 207 (81.25% from 255) = 33.28%

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

R = 32.48%
G = 33.28%
B = 34.24%

CMYK

 C value IS 0.05

 M value IS 0.03

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#CACFD5 (or 0xCACFD5) is known color: Link Water. HEX triplet: CA, CF and D5. RGB value is (202,207,213). Sum of RGB (Red+Green+Blue) = 202+207+213=622 (82% of max value = 765). Red value is 202 (79.30% from 255 or 32.48% from 622); Green value is 207 (81.25% from 255 or 33.28% from 622); Blue value is 213 (83.59% from 255 or 34.24% from 622); Max value from RGB is 213 - color contains mainly: blue. Hex color #CACFD5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CACFD5 is #35302A. Grayscale: #CECECE. Windows color (decimal): -3485739 or 14012362. OLE color: 14012362.

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

Color convert

RGB 202 207 213 -
CMYK 0.05 0.03 0 0.16
HSL 212.73º 0.12% 0.81% -
HSV(B) 212.73º 0.05% 0.84% -
XYZ 58.68 61.99 71.82 -
YUV 206.19 131.84 125.01 -
System Red Green Blue C M Y K H S L
Decimal 202 207 213 0.05 0.03 0 0.16 212.73 0.12 0.81
Hex CA CF D5 5 3 0 10 D5 C 51
Octal 312 317 325 5 3 0 20 325 14 121
Binary 11001010 11001111 11010101 101 11 0 10000 11010101 1100 1010001

Color Harmonies of #CACFD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CACFD5

Black with #CACFD5

Text Example


Text Example

White with #CACFD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CACFD5; }

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

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

background-color css

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

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

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

border-color css

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

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

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