Html Css Color HEX #C4D2DD Link Water

📋 copy color: '#C4D2DD'

red 196 ◦ green 210 ◦ blue 221

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

Shades of Link Water #C4D2DD

Tints of Link Water #C4D2DD

RGB

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

 GREEN value IS 210 (82.42% from 255) = 33.49%

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

R = 31.26%
G = 33.49%
B = 35.25%

CMYK

 C value IS 0.11

 M value IS 0.05

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C4D2DD (or 0xC4D2DD) is known color: Link Water. HEX triplet: C4, D2 and DD. RGB value is (196,210,221). Sum of RGB (Red+Green+Blue) = 196+210+221=627 (83% of max value = 765). Red value is 196 (76.95% from 255 or 31.26% from 627); Green value is 210 (82.42% from 255 or 33.49% from 627); Blue value is 221 (86.72% from 255 or 35.25% from 627); Max value from RGB is 221 - color contains mainly: blue. Hex color #C4D2DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4D2DD is #3B2D22. Grayscale: #CFCFCF. Windows color (decimal): -3878179 or 14537412. OLE color: 14537412.

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

Color convert

RGB 196 210 221 -
CMYK 0.11 0.05 0 0.13
HSL 206.4º 0.27% 0.82% -
HSV(B) 206.4º 0.11% 0.87% -
XYZ 58.86 63.05 77.47 -
YUV 207.07 135.86 120.11 -
System Red Green Blue C M Y K H S L
Decimal 196 210 221 0.11 0.05 0 0.13 206.4 0.27 0.82
Hex C4 D2 DD B 5 0 D CE 1B 52
Octal 304 322 335 13 5 0 15 316 33 122
Binary 11000100 11010010 11011101 1011 101 0 1101 11001110 11011 1010010

Color Harmonies of #C4D2DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4D2DD

Black with #C4D2DD

Text Example


Text Example

White with #C4D2DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4D2DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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