Html Css Color HEX #C4CBDC Link Water

📋 copy color: '#C4CBDC'

red 196 ◦ green 203 ◦ blue 220

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

Shades of Link Water #C4CBDC

Tints of Link Water #C4CBDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 35.54%

R = 31.66%
G = 32.79%
B = 35.54%

CMYK

 C value IS 0.11

 M value IS 0.08

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C4CBDC (or 0xC4CBDC) is known color: Link Water. HEX triplet: C4, CB and DC. RGB value is (196,203,220). Sum of RGB (Red+Green+Blue) = 196+203+220=619 (81% of max value = 765). Red value is 196 (76.95% from 255 or 31.66% from 619); Green value is 203 (79.69% from 255 or 32.79% from 619); Blue value is 220 (86.33% from 255 or 35.54% from 619); Max value from RGB is 220 - color contains mainly: blue. Hex color #C4CBDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4CBDC is #3B3423. Grayscale: #CACACA. Windows color (decimal): -3879972 or 14470084. OLE color: 14470084.

HSL color Cylindrical-coordinate representation of color #C4CBDC: hue angle of 222.5º degrees, saturation: 0.26, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #C4CBDC is Cyan = 0.11, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 196 203 220 -
CMYK 0.11 0.08 0 0.14
HSL 222.5º 0.26% 0.82% -
HSV(B) 222.5º 0.11% 0.86% -
XYZ 57.04 59.61 76.21 -
YUV 202.85 137.68 123.12 -
System Red Green Blue C M Y K H S L
Decimal 196 203 220 0.11 0.08 0 0.14 222.5 0.26 0.82
Hex C4 CB DC B 8 0 E DE 1A 52
Octal 304 313 334 13 10 0 16 336 32 122
Binary 11000100 11001011 11011100 1011 1000 0 1110 11011110 11010 1010010

Color Harmonies of #C4CBDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4CBDC

Black with #C4CBDC

Text Example


Text Example

White with #C4CBDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4CBDC; }

 p { color: rgb(196,203,220); }

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

background-color css

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

 a { background-color: rgb(196,203,220); }

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

border-color css

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

 span { border-color: rgb(196,203,220); }

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