Html Css Color HEX #C5CDDA Link Water

📋 copy color: '#C5CDDA'

red 197 ◦ green 205 ◦ blue 218

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

Shades of Link Water #C5CDDA

Tints of Link Water #C5CDDA

RGB

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

 GREEN value IS 205 (80.47% from 255) = 33.06%

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

R = 31.77%
G = 33.06%
B = 35.16%

CMYK

 C value IS 0.10

 M value IS 0.06

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C5CDDA (or 0xC5CDDA) is known color: Link Water. HEX triplet: C5, CD and DA. RGB value is (197,205,218). Sum of RGB (Red+Green+Blue) = 197+205+218=620 (82% of max value = 765). Red value is 197 (77.34% from 255 or 31.77% from 620); Green value is 205 (80.47% from 255 or 33.06% from 620); Blue value is 218 (85.55% from 255 or 35.16% from 620); Max value from RGB is 218 - color contains mainly: blue. Hex color #C5CDDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5CDDA is #3A3225. Grayscale: #CCCCCC. Windows color (decimal): -3813926 or 14339525. OLE color: 14339525.

HSL color Cylindrical-coordinate representation of color #C5CDDA: hue angle of 217.14º 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 #C5CDDA is Cyan = 0.10, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 197 205 218 -
CMYK 0.10 0.06 0 0.15
HSL 217.14º 0.22% 0.81% -
HSV(B) 217.14º 0.1% 0.85% -
XYZ 57.51 60.59 74.99 -
YUV 204.09 135.85 122.94 -
System Red Green Blue C M Y K H S L
Decimal 197 205 218 0.10 0.06 0 0.15 217.14 0.22 0.81
Hex C5 CD DA A 6 0 F D9 16 51
Octal 305 315 332 12 6 0 17 331 26 121
Binary 11000101 11001101 11011010 1010 110 0 1111 11011001 10110 1010001

Color Harmonies of #C5CDDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5CDDA

Black with #C5CDDA

Text Example


Text Example

White with #C5CDDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5CDDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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