Html Css Color HEX #C5CBDC Link Water

📋 copy color: '#C5CBDC'

red 197 ◦ green 203 ◦ blue 220

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

Shades of Link Water #C5CBDC

Tints of Link Water #C5CBDC

RGB

 RED value IS 197 (77.34% from 255) = 31.77%

 GREEN value IS 203 (79.69% from 255) = 32.74%

 BLUE value IS 220 (86.33% from 255) = 35.48%

R = 31.77%
G = 32.74%
B = 35.48%

CMYK

 C value IS 0.10

 M value IS 0.08

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C5CBDC (or 0xC5CBDC) is known color: Link Water. HEX triplet: C5, CB and DC. RGB value is (197,203,220). Sum of RGB (Red+Green+Blue) = 197+203+220=620 (82% of max value = 765). Red value is 197 (77.34% from 255 or 31.77% from 620); Green value is 203 (79.69% from 255 or 32.74% from 620); Blue value is 220 (86.33% from 255 or 35.48% from 620); Max value from RGB is 220 - color contains mainly: blue. Hex color #C5CBDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5CBDC is #3A3423. Grayscale: #CBCBCB. Windows color (decimal): -3814436 or 14470085. OLE color: 14470085.

HSL color Cylindrical-coordinate representation of color #C5CBDC: hue angle of 224.35º degrees, saturation: 0.25, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #C5CBDC is Cyan = 0.10, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 197 203 220 -
CMYK 0.10 0.08 0 0.14
HSL 224.35º 0.25% 0.82% -
HSV(B) 224.35º 0.1% 0.86% -
XYZ 57.3 59.75 76.22 -
YUV 203.14 137.51 123.62 -
System Red Green Blue C M Y K H S L
Decimal 197 203 220 0.10 0.08 0 0.14 224.35 0.25 0.82
Hex C5 CB DC A 8 0 E E0 19 52
Octal 305 313 334 12 10 0 16 340 31 122
Binary 11000101 11001011 11011100 1010 1000 0 1110 11100000 11001 1010010

Color Harmonies of #C5CBDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5CBDC

Black with #C5CBDC

Text Example


Text Example

White with #C5CBDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5CBDC; }

 p { color: rgb(197,203,220); }

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

background-color css

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

 a { background-color: rgb(197,203,220); }

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

border-color css

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

 span { border-color: rgb(197,203,220); }

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