Html Css Color HEX #C4CCDB Link Water

📋 copy color: '#C4CCDB'

red 196 ◦ green 204 ◦ blue 219

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

Shades of Link Water #C4CCDB

Tints of Link Water #C4CCDB

RGB

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

 GREEN value IS 204 (80.08% from 255) = 32.96%

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

R = 31.66%
G = 32.96%
B = 35.38%

CMYK

 C value IS 0.11

 M value IS 0.07

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C4CCDB (or 0xC4CCDB) is known color: Link Water. HEX triplet: C4, CC and DB. RGB value is (196,204,219). Sum of RGB (Red+Green+Blue) = 196+204+219=619 (81% of max value = 765). Red value is 196 (76.95% from 255 or 31.66% from 619); Green value is 204 (80.08% from 255 or 32.96% from 619); Blue value is 219 (85.94% from 255 or 35.38% from 619); Max value from RGB is 219 - color contains mainly: blue. Hex color #C4CCDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4CCDB is #3B3324. Grayscale: #CBCBCB. Windows color (decimal): -3879717 or 14404804. OLE color: 14404804.

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

Color convert

RGB 196 204 219 -
CMYK 0.11 0.07 0 0.14
HSL 219.13º 0.24% 0.81% -
HSV(B) 219.13º 0.11% 0.86% -
XYZ 57.14 60.04 75.59 -
YUV 203.32 136.85 122.78 -
System Red Green Blue C M Y K H S L
Decimal 196 204 219 0.11 0.07 0 0.14 219.13 0.24 0.81
Hex C4 CC DB B 7 0 E DB 18 51
Octal 304 314 333 13 7 0 16 333 30 121
Binary 11000100 11001100 11011011 1011 111 0 1110 11011011 11000 1010001

Color Harmonies of #C4CCDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4CCDB

Black with #C4CCDB

Text Example


Text Example

White with #C4CCDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4CCDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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