Html Css Color HEX #C4CDDB Link Water

📋 copy color: '#C4CDDB'

red 196 ◦ green 205 ◦ blue 219

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

Shades of Link Water #C4CDDB

Tints of Link Water #C4CDDB

RGB

 RED value IS 196 (76.95% from 255) = 31.61%

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

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

R = 31.61%
G = 33.06%
B = 35.32%

CMYK

 C value IS 0.11

 M value IS 0.06

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C4CDDB (or 0xC4CDDB) is known color: Link Water. HEX triplet: C4, CD and DB. RGB value is (196,205,219). Sum of RGB (Red+Green+Blue) = 196+205+219=620 (82% of max value = 765). Red value is 196 (76.95% from 255 or 31.61% from 620); Green value is 205 (80.47% from 255 or 33.06% 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 #C4CDDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4CDDB is #3B3224. Grayscale: #CBCBCB. Windows color (decimal): -3879461 or 14405060. OLE color: 14405060.

HSL color Cylindrical-coordinate representation of color #C4CDDB: hue angle of 216.52º degrees, saturation: 0.24, 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 #C4CDDB is Cyan = 0.11, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 196 205 219 -
CMYK 0.11 0.06 0 0.14
HSL 216.52º 0.24% 0.81% -
HSV(B) 216.52º 0.11% 0.86% -
XYZ 57.38 60.51 75.67 -
YUV 203.91 136.52 122.36 -
System Red Green Blue C M Y K H S L
Decimal 196 205 219 0.11 0.06 0 0.14 216.52 0.24 0.81
Hex C4 CD DB B 6 0 E D9 18 51
Octal 304 315 333 13 6 0 16 331 30 121
Binary 11000100 11001101 11011011 1011 110 0 1110 11011001 11000 1010001

Color Harmonies of #C4CDDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4CDDB

Black with #C4CDDB

Text Example


Text Example

White with #C4CDDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4CDDB; }

 p { color: rgb(196,205,219); }

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

background-color css

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

 a { background-color: rgb(196,205,219); }

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

border-color css

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

 span { border-color: rgb(196,205,219); }

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