Html Css Color HEX #C4D4DD Link Water

📋 copy color: '#C4D4DD'

red 196 ◦ green 212 ◦ blue 221

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

Shades of Link Water #C4D4DD

Tints of Link Water #C4D4DD

RGB

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

 GREEN value IS 212 (83.2% from 255) = 33.7%

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

R = 31.16%
G = 33.7%
B = 35.14%

CMYK

 C value IS 0.11

 M value IS 0.04

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C4D4DD (or 0xC4D4DD) is known color: Link Water. HEX triplet: C4, D4 and DD. RGB value is (196,212,221). Sum of RGB (Red+Green+Blue) = 196+212+221=629 (83% of max value = 765). Red value is 196 (76.95% from 255 or 31.16% from 629); Green value is 212 (83.20% from 255 or 33.70% from 629); Blue value is 221 (86.72% from 255 or 35.14% from 629); Max value from RGB is 221 - color contains mainly: blue. Hex color #C4D4DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4D4DD is #3B2B22. Grayscale: #D0D0D0. Windows color (decimal): -3877667 or 14537924. OLE color: 14537924.

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

Color convert

RGB 196 212 221 -
CMYK 0.11 0.04 0 0.13
HSL 201.6º 0.27% 0.82% -
HSV(B) 201.6º 0.11% 0.87% -
XYZ 59.36 64.04 77.64 -
YUV 208.24 135.2 119.27 -
System Red Green Blue C M Y K H S L
Decimal 196 212 221 0.11 0.04 0 0.13 201.6 0.27 0.82
Hex C4 D4 DD B 4 0 D CA 1B 52
Octal 304 324 335 13 4 0 15 312 33 122
Binary 11000100 11010100 11011101 1011 100 0 1101 11001010 11011 1010010

Color Harmonies of #C4D4DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4D4DD

Black with #C4D4DD

Text Example


Text Example

White with #C4D4DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4D4DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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