Html Css Color HEX #C4CDDD Link Water

📋 copy color: '#C4CDDD'

red 196 ◦ green 205 ◦ blue 221

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

Shades of Link Water #C4CDDD

Tints of Link Water #C4CDDD

RGB

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

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

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

R = 31.51%
G = 32.96%
B = 35.53%

CMYK

 C value IS 0.11

 M value IS 0.07

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C4CDDD (or 0xC4CDDD) is known color: Link Water. HEX triplet: C4, CD and DD. RGB value is (196,205,221). Sum of RGB (Red+Green+Blue) = 196+205+221=622 (82% of max value = 765). Red value is 196 (76.95% from 255 or 31.51% from 622); Green value is 205 (80.47% from 255 or 32.96% from 622); Blue value is 221 (86.72% from 255 or 35.53% from 622); Max value from RGB is 221 - color contains mainly: blue. Hex color #C4CDDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4CDDD is #3B3222. Grayscale: #CCCCCC. Windows color (decimal): -3879459 or 14536132. OLE color: 14536132.

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

Color convert

RGB 196 205 221 -
CMYK 0.11 0.07 0 0.13
HSL 218.4º 0.27% 0.82% -
HSV(B) 218.4º 0.11% 0.87% -
XYZ 57.65 60.62 77.07 -
YUV 204.13 137.52 122.2 -
System Red Green Blue C M Y K H S L
Decimal 196 205 221 0.11 0.07 0 0.13 218.4 0.27 0.82
Hex C4 CD DD B 7 0 D DA 1B 52
Octal 304 315 335 13 7 0 15 332 33 122
Binary 11000100 11001101 11011101 1011 111 0 1101 11011010 11011 1010010

Color Harmonies of #C4CDDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4CDDD

Black with #C4CDDD

Text Example


Text Example

White with #C4CDDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4CDDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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