Html Css Color HEX #CACFD6 Link Water

📋 copy color: '#CACFD6'

red 202 ◦ green 207 ◦ blue 214

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

Shades of Link Water #CACFD6

Tints of Link Water #CACFD6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 34.35%

R = 32.42%
G = 33.23%
B = 34.35%

CMYK

 C value IS 0.06

 M value IS 0.03

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#CACFD6 (or 0xCACFD6) is known color: Link Water. HEX triplet: CA, CF and D6. RGB value is (202,207,214). Sum of RGB (Red+Green+Blue) = 202+207+214=623 (82% of max value = 765). Red value is 202 (79.30% from 255 or 32.42% from 623); Green value is 207 (81.25% from 255 or 33.23% from 623); Blue value is 214 (83.98% from 255 or 34.35% from 623); Max value from RGB is 214 - color contains mainly: blue. Hex color #CACFD6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CACFD6 is #353029. Grayscale: #CECECE. Windows color (decimal): -3485738 or 14077898. OLE color: 14077898.

HSL color Cylindrical-coordinate representation of color #CACFD6: hue angle of 215º degrees, saturation: 0.13, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #CACFD6 is Cyan = 0.06, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 202 207 214 -
CMYK 0.06 0.03 0 0.16
HSL 215º 0.13% 0.82% -
HSV(B) 215º 0.06% 0.84% -
XYZ 58.81 62.04 72.49 -
YUV 206.3 132.34 124.93 -
System Red Green Blue C M Y K H S L
Decimal 202 207 214 0.06 0.03 0 0.16 215 0.13 0.82
Hex CA CF D6 6 3 0 10 D7 D 52
Octal 312 317 326 6 3 0 20 327 15 122
Binary 11001010 11001111 11010110 110 11 0 10000 11010111 1101 1010010

Color Harmonies of #CACFD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CACFD6

Black with #CACFD6

Text Example


Text Example

White with #CACFD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CACFD6; }

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

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

background-color css

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

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

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

border-color css

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

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

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