Html Css Color HEX #C7CFDB Link Water

📋 copy color: '#C7CFDB'

red 199 ◦ green 207 ◦ blue 219

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

Shades of Link Water #C7CFDB

Tints of Link Water #C7CFDB

RGB

 RED value IS 199 (78.13% from 255) = 31.84%

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

 BLUE value IS 219 (85.94% from 255) = 35.04%

R = 31.84%
G = 33.12%
B = 35.04%

CMYK

 C value IS 0.09

 M value IS 0.05

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C7CFDB (or 0xC7CFDB) is known color: Link Water. HEX triplet: C7, CF and DB. RGB value is (199,207,219). Sum of RGB (Red+Green+Blue) = 199+207+219=625 (82% of max value = 765). Red value is 199 (78.12% from 255 or 31.84% from 625); Green value is 207 (81.25% from 255 or 33.12% from 625); Blue value is 219 (85.94% from 255 or 35.04% from 625); Max value from RGB is 219 - color contains mainly: blue. Hex color #C7CFDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7CFDB is #383024. Grayscale: #CDCDCD. Windows color (decimal): -3682341 or 14405575. OLE color: 14405575.

HSL color Cylindrical-coordinate representation of color #C7CFDB: hue angle of 216º degrees, saturation: 0.22, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #C7CFDB is Cyan = 0.09, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 199 207 219 -
CMYK 0.09 0.05 0 0.14
HSL 216º 0.22% 0.82% -
HSV(B) 216º 0.09% 0.86% -
XYZ 58.65 61.88 75.87 -
YUV 205.98 135.35 123.02 -
System Red Green Blue C M Y K H S L
Decimal 199 207 219 0.09 0.05 0 0.14 216 0.22 0.82
Hex C7 CF DB 9 5 0 E D8 16 52
Octal 307 317 333 11 5 0 16 330 26 122
Binary 11000111 11001111 11011011 1001 101 0 1110 11011000 10110 1010010

Color Harmonies of #C7CFDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7CFDB

Black with #C7CFDB

Text Example


Text Example

White with #C7CFDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7CFDB; }

 p { color: rgb(199,207,219); }

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

background-color css

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

 a { background-color: rgb(199,207,219); }

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

border-color css

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

 span { border-color: rgb(199,207,219); }

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