Html Css Color HEX #C6CEDF Link Water

📋 copy color: '#C6CEDF'

red 198 ◦ green 206 ◦ blue 223

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

Shades of Link Water #C6CEDF

Tints of Link Water #C6CEDF

RGB

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

 GREEN value IS 206 (80.86% from 255) = 32.85%

 BLUE value IS 223 (87.5% from 255) = 35.57%

R = 31.58%
G = 32.85%
B = 35.57%

CMYK

 C value IS 0.11

 M value IS 0.08

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C6CEDF (or 0xC6CEDF) is known color: Link Water. HEX triplet: C6, CE and DF. RGB value is (198,206,223). Sum of RGB (Red+Green+Blue) = 198+206+223=627 (83% of max value = 765). Red value is 198 (77.73% from 255 or 31.58% from 627); Green value is 206 (80.86% from 255 or 32.85% from 627); Blue value is 223 (87.5% from 255 or 35.57% from 627); Max value from RGB is 223 - color contains mainly: blue. Hex color #C6CEDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6CEDF is #393120. Grayscale: #CDCDCD. Windows color (decimal): -3748129 or 14667462. OLE color: 14667462.

HSL color Cylindrical-coordinate representation of color #C6CEDF: hue angle of 220.8º degrees, saturation: 0.28, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #C6CEDF is Cyan = 0.11, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 198 206 223 -
CMYK 0.11 0.08 0 0.13
HSL 220.8º 0.28% 0.83% -
HSV(B) 220.8º 0.11% 0.87% -
XYZ 58.68 61.48 78.59 -
YUV 205.55 137.85 122.62 -
System Red Green Blue C M Y K H S L
Decimal 198 206 223 0.11 0.08 0 0.13 220.8 0.28 0.83
Hex C6 CE DF B 8 0 D DD 1C 53
Octal 306 316 337 13 10 0 15 335 34 123
Binary 11000110 11001110 11011111 1011 1000 0 1101 11011101 11100 1010011

Color Harmonies of #C6CEDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6CEDF

Black with #C6CEDF

Text Example


Text Example

White with #C6CEDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6CEDF; }

 p { color: rgb(198,206,223); }

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

background-color css

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

 a { background-color: rgb(198,206,223); }

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

border-color css

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

 span { border-color: rgb(198,206,223); }

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