Html Css Color HEX #C6CDDE Link Water

📋 copy color: '#C6CDDE'

red 198 ◦ green 205 ◦ blue 222

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

Shades of Link Water #C6CDDE

Tints of Link Water #C6CDDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 35.52%

R = 31.68%
G = 32.8%
B = 35.52%

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

#C6CDDE (or 0xC6CDDE) is known color: Link Water. HEX triplet: C6, CD and DE. RGB value is (198,205,222). Sum of RGB (Red+Green+Blue) = 198+205+222=625 (82% of max value = 765). Red value is 198 (77.73% from 255 or 31.68% from 625); Green value is 205 (80.47% from 255 or 32.8% from 625); Blue value is 222 (87.11% from 255 or 35.52% from 625); Max value from RGB is 222 - color contains mainly: blue. Hex color #C6CDDE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6CDDE is #393221. Grayscale: #CCCCCC. Windows color (decimal): -3748386 or 14601670. OLE color: 14601670.

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

Color convert

RGB 198 205 222 -
CMYK 0.11 0.08 0 0.13
HSL 222.5º 0.27% 0.82% -
HSV(B) 222.5º 0.11% 0.87% -
XYZ 58.3 60.94 77.8 -
YUV 204.85 137.68 123.12 -
System Red Green Blue C M Y K H S L
Decimal 198 205 222 0.11 0.08 0 0.13 222.5 0.27 0.82
Hex C6 CD DE B 8 0 D DE 1B 52
Octal 306 315 336 13 10 0 15 336 33 122
Binary 11000110 11001101 11011110 1011 1000 0 1101 11011110 11011 1010010

Color Harmonies of #C6CDDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6CDDE

Black with #C6CDDE

Text Example


Text Example

White with #C6CDDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6CDDE; }

 p { color: rgb(198,205,222); }

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

background-color css

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

 a { background-color: rgb(198,205,222); }

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

border-color css

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

 span { border-color: rgb(198,205,222); }

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