Html Css Color HEX #C6CFE0 Link Water

📋 copy color: '#C6CFE0'

red 198 ◦ green 207 ◦ blue 224

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

Shades of Link Water #C6CFE0

Tints of Link Water #C6CFE0

RGB

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

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

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

R = 31.48%
G = 32.91%
B = 35.61%

CMYK

 C value IS 0.12

 M value IS 0.08

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#C6CFE0 (or 0xC6CFE0) is known color: Link Water. HEX triplet: C6, CF and E0. RGB value is (198,207,224). Sum of RGB (Red+Green+Blue) = 198+207+224=629 (83% of max value = 765). Red value is 198 (77.73% from 255 or 31.48% from 629); Green value is 207 (81.25% from 255 or 32.91% from 629); Blue value is 224 (87.89% from 255 or 35.61% from 629); Max value from RGB is 224 - color contains mainly: blue. Hex color #C6CFE0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6CFE0 is #39301F. Grayscale: #CECECE. Windows color (decimal): -3747872 or 14733254. OLE color: 14733254.

HSL color Cylindrical-coordinate representation of color #C6CFE0: hue angle of 219.23º 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 #C6CFE0 is Cyan = 0.12, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 198 207 224 -
CMYK 0.12 0.08 0 0.12
HSL 219.23º 0.3% 0.83% -
HSV(B) 219.23º 0.12% 0.88% -
XYZ 59.06 62.01 79.38 -
YUV 206.25 138.02 122.12 -
System Red Green Blue C M Y K H S L
Decimal 198 207 224 0.12 0.08 0 0.12 219.23 0.3 0.83
Hex C6 CF E0 C 8 0 C DB 1E 53
Octal 306 317 340 14 10 0 14 333 36 123
Binary 11000110 11001111 11100000 1100 1000 0 1100 11011011 11110 1010011

Color Harmonies of #C6CFE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6CFE0

Black with #C6CFE0

Text Example


Text Example

White with #C6CFE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6CFE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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