Html Css Color HEX #C2CFDB Link Water

📋 copy color: '#C2CFDB'

red 194 ◦ green 207 ◦ blue 219

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

Shades of Link Water #C2CFDB

Tints of Link Water #C2CFDB

RGB

 RED value IS 194 (76.17% from 255) = 31.29%

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

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

R = 31.29%
G = 33.39%
B = 35.32%

CMYK

 C value IS 0.11

 M value IS 0.05

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C2CFDB (or 0xC2CFDB) is known color: Link Water. HEX triplet: C2, CF and DB. RGB value is (194,207,219). Sum of RGB (Red+Green+Blue) = 194+207+219=620 (82% of max value = 765). Red value is 194 (76.17% from 255 or 31.29% from 620); Green value is 207 (81.25% from 255 or 33.39% from 620); Blue value is 219 (85.94% from 255 or 35.32% from 620); Max value from RGB is 219 - color contains mainly: blue. Hex color #C2CFDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2CFDB is #3D3024. Grayscale: #CCCCCC. Windows color (decimal): -4010021 or 14405570. OLE color: 14405570.

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

Color convert

RGB 194 207 219 -
CMYK 0.11 0.05 0 0.14
HSL 208.8º 0.26% 0.81% -
HSV(B) 208.8º 0.11% 0.86% -
XYZ 57.35 61.21 75.81 -
YUV 204.48 136.19 120.52 -
System Red Green Blue C M Y K H S L
Decimal 194 207 219 0.11 0.05 0 0.14 208.8 0.26 0.81
Hex C2 CF DB B 5 0 E D1 1A 51
Octal 302 317 333 13 5 0 16 321 32 121
Binary 11000010 11001111 11011011 1011 101 0 1110 11010001 11010 1010001

Color Harmonies of #C2CFDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2CFDB

Black with #C2CFDB

Text Example


Text Example

White with #C2CFDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2CFDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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