Html Css Color HEX #C4D2DF Link Water

📋 copy color: '#C4D2DF'

red 196 ◦ green 210 ◦ blue 223

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

Shades of Link Water #C4D2DF

Tints of Link Water #C4D2DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 35.45%

R = 31.16%
G = 33.39%
B = 35.45%

CMYK

 C value IS 0.12

 M value IS 0.06

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C4D2DF (or 0xC4D2DF) is known color: Link Water. HEX triplet: C4, D2 and DF. RGB value is (196,210,223). Sum of RGB (Red+Green+Blue) = 196+210+223=629 (83% of max value = 765). Red value is 196 (76.95% from 255 or 31.16% from 629); Green value is 210 (82.42% from 255 or 33.39% from 629); Blue value is 223 (87.5% from 255 or 35.45% from 629); Max value from RGB is 223 - color contains mainly: blue. Hex color #C4D2DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4D2DF is #3B2D20. Grayscale: #CFCFCF. Windows color (decimal): -3878177 or 14668484. OLE color: 14668484.

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

Color convert

RGB 196 210 223 -
CMYK 0.12 0.06 0 0.13
HSL 208.89º 0.3% 0.82% -
HSV(B) 208.89º 0.12% 0.87% -
XYZ 59.13 63.16 78.89 -
YUV 207.3 136.86 119.94 -
System Red Green Blue C M Y K H S L
Decimal 196 210 223 0.12 0.06 0 0.13 208.89 0.3 0.82
Hex C4 D2 DF C 6 0 D D1 1E 52
Octal 304 322 337 14 6 0 15 321 36 122
Binary 11000100 11010010 11011111 1100 110 0 1101 11010001 11110 1010010

Color Harmonies of #C4D2DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4D2DF

Black with #C4D2DF

Text Example


Text Example

White with #C4D2DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4D2DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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