Html Css Color HEX #C5CBDA Link Water

📋 copy color: '#C5CBDA'

red 197 ◦ green 203 ◦ blue 218

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

Shades of Link Water #C5CBDA

Tints of Link Water #C5CBDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 35.28%

R = 31.88%
G = 32.85%
B = 35.28%

CMYK

 C value IS 0.10

 M value IS 0.07

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C5CBDA (or 0xC5CBDA) is known color: Link Water. HEX triplet: C5, CB and DA. RGB value is (197,203,218). Sum of RGB (Red+Green+Blue) = 197+203+218=618 (81% of max value = 765). Red value is 197 (77.34% from 255 or 31.88% from 618); Green value is 203 (79.69% from 255 or 32.85% from 618); Blue value is 218 (85.55% from 255 or 35.28% from 618); Max value from RGB is 218 - color contains mainly: blue. Hex color #C5CBDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5CBDA is #3A3425. Grayscale: #CACACA. Windows color (decimal): -3814438 or 14339013. OLE color: 14339013.

HSL color Cylindrical-coordinate representation of color #C5CBDA: hue angle of 222.86º degrees, saturation: 0.22, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #C5CBDA is Cyan = 0.10, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 197 203 218 -
CMYK 0.10 0.07 0 0.15
HSL 222.86º 0.22% 0.81% -
HSV(B) 222.86º 0.1% 0.85% -
XYZ 57.04 59.64 74.84 -
YUV 202.92 136.51 123.78 -
System Red Green Blue C M Y K H S L
Decimal 197 203 218 0.10 0.07 0 0.15 222.86 0.22 0.81
Hex C5 CB DA A 7 0 F DF 16 51
Octal 305 313 332 12 7 0 17 337 26 121
Binary 11000101 11001011 11011010 1010 111 0 1111 11011111 10110 1010001

Color Harmonies of #C5CBDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5CBDA

Black with #C5CBDA

Text Example


Text Example

White with #C5CBDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5CBDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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