Html Css Color HEX #C4CEDB Link Water

📋 copy color: '#C4CEDB'

red 196 ◦ green 206 ◦ blue 219

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

Shades of Link Water #C4CEDB

Tints of Link Water #C4CEDB

RGB

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

 GREEN value IS 206 (80.86% from 255) = 33.17%

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

R = 31.56%
G = 33.17%
B = 35.27%

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

#C4CEDB (or 0xC4CEDB) is known color: Link Water. HEX triplet: C4, CE and DB. RGB value is (196,206,219). Sum of RGB (Red+Green+Blue) = 196+206+219=621 (82% of max value = 765). Red value is 196 (76.95% from 255 or 31.56% from 621); Green value is 206 (80.86% from 255 or 33.17% from 621); Blue value is 219 (85.94% from 255 or 35.27% from 621); Max value from RGB is 219 - color contains mainly: blue. Hex color #C4CEDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4CEDB is #3B3124. Grayscale: #CCCCCC. Windows color (decimal): -3879205 or 14405316. OLE color: 14405316.

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

Color convert

RGB 196 206 219 -
CMYK 0.11 0.06 0 0.14
HSL 213.91º 0.24% 0.81% -
HSV(B) 213.91º 0.11% 0.86% -
XYZ 57.62 60.99 75.75 -
YUV 204.49 136.19 121.94 -
System Red Green Blue C M Y K H S L
Decimal 196 206 219 0.11 0.06 0 0.14 213.91 0.24 0.81
Hex C4 CE DB B 6 0 E D6 18 51
Octal 304 316 333 13 6 0 16 326 30 121
Binary 11000100 11001110 11011011 1011 110 0 1110 11010110 11000 1010001

Color Harmonies of #C4CEDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4CEDB

Black with #C4CEDB

Text Example


Text Example

White with #C4CEDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4CEDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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