Html Css Color HEX #C6D4E0 Link Water

📋 copy color: '#C6D4E0'

red 198 ◦ green 212 ◦ blue 224

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

Shades of Link Water #C6D4E0

Tints of Link Water #C6D4E0

RGB

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

 GREEN value IS 212 (83.2% from 255) = 33.44%

 BLUE value IS 224 (87.89% from 255) = 35.33%

R = 31.23%
G = 33.44%
B = 35.33%

CMYK

 C value IS 0.12

 M value IS 0.05

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#C6D4E0 (or 0xC6D4E0) is known color: Link Water. HEX triplet: C6, D4 and E0. RGB value is (198,212,224). Sum of RGB (Red+Green+Blue) = 198+212+224=634 (83% of max value = 765). Red value is 198 (77.73% from 255 or 31.23% from 634); Green value is 212 (83.20% from 255 or 33.44% from 634); Blue value is 224 (87.89% from 255 or 35.33% from 634); Max value from RGB is 224 - color contains mainly: blue. Hex color #C6D4E0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6D4E0 is #392B1F. Grayscale: #D1D1D1. Windows color (decimal): -3746592 or 14734534. OLE color: 14734534.

HSL color Cylindrical-coordinate representation of color #C6D4E0: hue angle of 207.69º degrees, saturation: 0.3, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #C6D4E0 is Cyan = 0.12, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 198 212 224 -
CMYK 0.12 0.05 0 0.12
HSL 207.69º 0.3% 0.83% -
HSV(B) 207.69º 0.12% 0.88% -
XYZ 60.29 64.47 79.79 -
YUV 209.18 136.36 120.02 -
System Red Green Blue C M Y K H S L
Decimal 198 212 224 0.12 0.05 0 0.12 207.69 0.3 0.83
Hex C6 D4 E0 C 5 0 C D0 1E 53
Octal 306 324 340 14 5 0 14 320 36 123
Binary 11000110 11010100 11100000 1100 101 0 1100 11010000 11110 1010011

Color Harmonies of #C6D4E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6D4E0

Black with #C6D4E0

Text Example


Text Example

White with #C6D4E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6D4E0; }

 p { color: rgb(198,212,224); }

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

background-color css

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

 a { background-color: rgb(198,212,224); }

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

border-color css

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

 span { border-color: rgb(198,212,224); }

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