Html Css Color HEX #C4D3E2 Link Water

📋 copy color: '#C4D3E2'

red 196 ◦ green 211 ◦ blue 226

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

Shades of Link Water #C4D3E2

Tints of Link Water #C4D3E2

RGB

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

 GREEN value IS 211 (82.81% from 255) = 33.33%

 BLUE value IS 226 (88.67% from 255) = 35.7%

R = 30.96%
G = 33.33%
B = 35.7%

CMYK

 C value IS 0.13

 M value IS 0.07

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#C4D3E2 (or 0xC4D3E2) is known color: Link Water. HEX triplet: C4, D3 and E2. RGB value is (196,211,226). Sum of RGB (Red+Green+Blue) = 196+211+226=633 (83% of max value = 765). Red value is 196 (76.95% from 255 or 30.96% from 633); Green value is 211 (82.81% from 255 or 33.33% from 633); Blue value is 226 (88.67% from 255 or 35.70% from 633); Max value from RGB is 226 - color contains mainly: blue. Hex color #C4D3E2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4D3E2 is #3B2C1D. Grayscale: #D0D0D0. Windows color (decimal): -3877918 or 14865348. OLE color: 14865348.

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

Color convert

RGB 196 211 226 -
CMYK 0.13 0.07 0 0.11
HSL 210º 0.34% 0.83% -
HSV(B) 210º 0.13% 0.89% -
XYZ 59.79 63.82 81.12 -
YUV 208.23 138.03 119.28 -
System Red Green Blue C M Y K H S L
Decimal 196 211 226 0.13 0.07 0 0.11 210 0.34 0.83
Hex C4 D3 E2 D 7 0 B D2 22 53
Octal 304 323 342 15 7 0 13 322 42 123
Binary 11000100 11010011 11100010 1101 111 0 1011 11010010 100010 1010011

Color Harmonies of #C4D3E2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4D3E2

Black with #C4D3E2

Text Example


Text Example

White with #C4D3E2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4D3E2; }

 p { color: rgb(196,211,226); }

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

background-color css

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

 a { background-color: rgb(196,211,226); }

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

border-color css

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

 span { border-color: rgb(196,211,226); }

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