Html Css Color HEX #C2C5D3 Link Water

📋 copy color: '#C2C5D3'

red 194 ◦ green 197 ◦ blue 211

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

Shades of Link Water #C2C5D3

Tints of Link Water #C2C5D3

RGB

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

 GREEN value IS 197 (77.34% from 255) = 32.72%

 BLUE value IS 211 (82.81% from 255) = 35.05%

R = 32.23%
G = 32.72%
B = 35.05%

CMYK

 C value IS 0.08

 M value IS 0.07

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#C2C5D3 (or 0xC2C5D3) is known color: Link Water. HEX triplet: C2, C5 and D3. RGB value is (194,197,211). Sum of RGB (Red+Green+Blue) = 194+197+211=602 (79% of max value = 765). Red value is 194 (76.17% from 255 or 32.23% from 602); Green value is 197 (77.34% from 255 or 32.72% from 602); Blue value is 211 (82.81% from 255 or 35.05% from 602); Max value from RGB is 211 - color contains mainly: blue. Hex color #C2C5D3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2C5D3 is #3D3A2C. Grayscale: #C5C5C5. Windows color (decimal): -4012589 or 13878722. OLE color: 13878722.

HSL color Cylindrical-coordinate representation of color #C2C5D3: hue angle of 229.41º degrees, saturation: 0.16, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #C2C5D3 is Cyan = 0.08, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 194 197 211 -
CMYK 0.08 0.07 0 0.17
HSL 229.41º 0.16% 0.79% -
HSV(B) 229.41º 0.08% 0.83% -
XYZ 53.97 56.1 69.61 -
YUV 197.7 135.51 125.36 -
System Red Green Blue C M Y K H S L
Decimal 194 197 211 0.08 0.07 0 0.17 229.41 0.16 0.79
Hex C2 C5 D3 8 7 0 11 E5 10 4F
Octal 302 305 323 10 7 0 21 345 20 117
Binary 11000010 11000101 11010011 1000 111 0 10001 11100101 10000 1001111

Color Harmonies of #C2C5D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2C5D3

Black with #C2C5D3

Text Example


Text Example

White with #C2C5D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2C5D3; }

 p { color: rgb(194,197,211); }

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

background-color css

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

 a { background-color: rgb(194,197,211); }

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

border-color css

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

 span { border-color: rgb(194,197,211); }

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