Html Css Color HEX #C6CDD5 Link Water

📋 copy color: '#C6CDD5'

red 198 ◦ green 205 ◦ blue 213

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

Shades of Link Water #C6CDD5

Tints of Link Water #C6CDD5

RGB

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

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

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

R = 32.14%
G = 33.28%
B = 34.58%

CMYK

 C value IS 0.07

 M value IS 0.04

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#C6CDD5 (or 0xC6CDD5) is known color: Link Water. HEX triplet: C6, CD and D5. RGB value is (198,205,213). Sum of RGB (Red+Green+Blue) = 198+205+213=616 (81% of max value = 765). Red value is 198 (77.73% from 255 or 32.14% from 616); Green value is 205 (80.47% from 255 or 33.28% from 616); Blue value is 213 (83.59% from 255 or 34.58% from 616); Max value from RGB is 213 - color contains mainly: blue. Hex color #C6CDD5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6CDD5 is #39322A. Grayscale: #CBCBCB. Windows color (decimal): -3748395 or 14011846. OLE color: 14011846.

HSL color Cylindrical-coordinate representation of color #C6CDD5: hue angle of 212º degrees, saturation: 0.15, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #C6CDD5 is Cyan = 0.07, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 198 205 213 -
CMYK 0.07 0.04 0 0.16
HSL 212º 0.15% 0.81% -
HSV(B) 212º 0.07% 0.84% -
XYZ 57.13 60.47 71.61 -
YUV 203.82 133.18 123.85 -
System Red Green Blue C M Y K H S L
Decimal 198 205 213 0.07 0.04 0 0.16 212 0.15 0.81
Hex C6 CD D5 7 4 0 10 D4 F 51
Octal 306 315 325 7 4 0 20 324 17 121
Binary 11000110 11001101 11010101 111 100 0 10000 11010100 1111 1010001

Color Harmonies of #C6CDD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6CDD5

Black with #C6CDD5

Text Example


Text Example

White with #C6CDD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6CDD5; }

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

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

background-color css

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

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

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

border-color css

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

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

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