Html Css Color HEX #C4CCDD Link Water

📋 copy color: '#C4CCDD'

red 196 ◦ green 204 ◦ blue 221

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

Shades of Link Water #C4CCDD

Tints of Link Water #C4CCDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 35.59%

R = 31.56%
G = 32.85%
B = 35.59%

CMYK

 C value IS 0.11

 M value IS 0.08

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C4CCDD (or 0xC4CCDD) is known color: Link Water. HEX triplet: C4, CC and DD. RGB value is (196,204,221). Sum of RGB (Red+Green+Blue) = 196+204+221=621 (82% of max value = 765). Red value is 196 (76.95% from 255 or 31.56% from 621); Green value is 204 (80.08% from 255 or 32.85% from 621); Blue value is 221 (86.72% from 255 or 35.59% from 621); Max value from RGB is 221 - color contains mainly: blue. Hex color #C4CCDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4CCDD is #3B3322. Grayscale: #CBCBCB. Windows color (decimal): -3879715 or 14535876. OLE color: 14535876.

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

Color convert

RGB 196 204 221 -
CMYK 0.11 0.08 0 0.13
HSL 220.8º 0.27% 0.82% -
HSV(B) 220.8º 0.11% 0.87% -
XYZ 57.41 60.14 76.99 -
YUV 203.55 137.85 122.62 -
System Red Green Blue C M Y K H S L
Decimal 196 204 221 0.11 0.08 0 0.13 220.8 0.27 0.82
Hex C4 CC DD B 8 0 D DD 1B 52
Octal 304 314 335 13 10 0 15 335 33 122
Binary 11000100 11001100 11011101 1011 1000 0 1101 11011101 11011 1010010

Color Harmonies of #C4CCDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4CCDD

Black with #C4CCDD

Text Example


Text Example

White with #C4CCDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4CCDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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