Html Css Color HEX #C6CFDD Link Water

📋 copy color: '#C6CFDD'

red 198 ◦ green 207 ◦ blue 221

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

Shades of Link Water #C6CFDD

Tints of Link Water #C6CFDD

RGB

 RED value IS 198 (77.73% from 255) = 31.63%

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

 BLUE value IS 221 (86.72% from 255) = 35.3%

R = 31.63%
G = 33.07%
B = 35.3%

CMYK

 C value IS 0.10

 M value IS 0.06

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C6CFDD (or 0xC6CFDD) is known color: Link Water. HEX triplet: C6, CF and DD. RGB value is (198,207,221). Sum of RGB (Red+Green+Blue) = 198+207+221=626 (82% of max value = 765). Red value is 198 (77.73% from 255 or 31.63% from 626); Green value is 207 (81.25% from 255 or 33.07% from 626); Blue value is 221 (86.72% from 255 or 35.30% from 626); Max value from RGB is 221 - color contains mainly: blue. Hex color #C6CFDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6CFDD is #393022. Grayscale: #CDCDCD. Windows color (decimal): -3747875 or 14536646. OLE color: 14536646.

HSL color Cylindrical-coordinate representation of color #C6CFDD: hue angle of 216.52º degrees, saturation: 0.25, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #C6CFDD is Cyan = 0.10, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 198 207 221 -
CMYK 0.10 0.06 0 0.13
HSL 216.52º 0.25% 0.82% -
HSV(B) 216.52º 0.1% 0.87% -
XYZ 58.65 61.85 77.25 -
YUV 205.91 136.52 122.36 -
System Red Green Blue C M Y K H S L
Decimal 198 207 221 0.10 0.06 0 0.13 216.52 0.25 0.82
Hex C6 CF DD A 6 0 D D9 19 52
Octal 306 317 335 12 6 0 15 331 31 122
Binary 11000110 11001111 11011101 1010 110 0 1101 11011001 11001 1010010

Color Harmonies of #C6CFDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6CFDD

Black with #C6CFDD

Text Example


Text Example

White with #C6CFDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6CFDD; }

 p { color: rgb(198,207,221); }

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

background-color css

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

 a { background-color: rgb(198,207,221); }

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

border-color css

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

 span { border-color: rgb(198,207,221); }

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