Html Css Color HEX #C4D6E4 Link Water

📋 copy color: '#C4D6E4'

red 196 ◦ green 214 ◦ blue 228

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

Shades of Link Water #C4D6E4

Tints of Link Water #C4D6E4

RGB

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

 GREEN value IS 214 (83.98% from 255) = 33.54%

 BLUE value IS 228 (89.45% from 255) = 35.74%

R = 30.72%
G = 33.54%
B = 35.74%

CMYK

 C value IS 0.14

 M value IS 0.06

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#C4D6E4 (or 0xC4D6E4) is known color: Link Water. HEX triplet: C4, D6 and E4. RGB value is (196,214,228). Sum of RGB (Red+Green+Blue) = 196+214+228=638 (84% of max value = 765). Red value is 196 (76.95% from 255 or 30.72% from 638); Green value is 214 (83.98% from 255 or 33.54% from 638); Blue value is 228 (89.45% from 255 or 35.74% from 638); Max value from RGB is 228 - color contains mainly: blue. Hex color #C4D6E4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4D6E4 is #3B291B. Grayscale: #D2D2D2. Windows color (decimal): -3877148 or 14997188. OLE color: 14997188.

HSL color Cylindrical-coordinate representation of color #C4D6E4: hue angle of 206.25º degrees, saturation: 0.37, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #C4D6E4 is Cyan = 0.14, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 196 214 228 -
CMYK 0.14 0.06 0 0.11
HSL 206.25º 0.37% 0.83% -
HSV(B) 206.25º 0.14% 0.89% -
XYZ 60.82 65.43 82.82 -
YUV 210.21 138.04 117.86 -
System Red Green Blue C M Y K H S L
Decimal 196 214 228 0.14 0.06 0 0.11 206.25 0.37 0.83
Hex C4 D6 E4 E 6 0 B CE 25 53
Octal 304 326 344 16 6 0 13 316 45 123
Binary 11000100 11010110 11100100 1110 110 0 1011 11001110 100101 1010011

Color Harmonies of #C4D6E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4D6E4

Black with #C4D6E4

Text Example


Text Example

White with #C4D6E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4D6E4; }

 p { color: rgb(196,214,228); }

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

background-color css

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

 a { background-color: rgb(196,214,228); }

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

border-color css

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

 span { border-color: rgb(196,214,228); }

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