Html Css Color HEX #C4CCDA Link Water

📋 copy color: '#C4CCDA'

red 196 ◦ green 204 ◦ blue 218

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

Shades of Link Water #C4CCDA

Tints of Link Water #C4CCDA

RGB

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

 GREEN value IS 204 (80.08% from 255) = 33.01%

 BLUE value IS 218 (85.55% from 255) = 35.28%

R = 31.72%
G = 33.01%
B = 35.28%

CMYK

 C value IS 0.10

 M value IS 0.06

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C4CCDA (or 0xC4CCDA) is known color: Link Water. HEX triplet: C4, CC and DA. RGB value is (196,204,218). Sum of RGB (Red+Green+Blue) = 196+204+218=618 (81% of max value = 765). Red value is 196 (76.95% from 255 or 31.72% from 618); Green value is 204 (80.08% from 255 or 33.01% from 618); Blue value is 218 (85.55% from 255 or 35.28% from 618); Max value from RGB is 218 - color contains mainly: blue. Hex color #C4CCDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4CCDA is #3B3325. Grayscale: #CBCBCB. Windows color (decimal): -3879718 or 14339268. OLE color: 14339268.

HSL color Cylindrical-coordinate representation of color #C4CCDA: hue angle of 218.18º degrees, saturation: 0.23, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #C4CCDA is Cyan = 0.10, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 196 204 218 -
CMYK 0.10 0.06 0 0.15
HSL 218.18º 0.23% 0.81% -
HSV(B) 218.18º 0.1% 0.85% -
XYZ 57.01 59.98 74.9 -
YUV 203.2 136.35 122.86 -
System Red Green Blue C M Y K H S L
Decimal 196 204 218 0.10 0.06 0 0.15 218.18 0.23 0.81
Hex C4 CC DA A 6 0 F DA 17 51
Octal 304 314 332 12 6 0 17 332 27 121
Binary 11000100 11001100 11011010 1010 110 0 1111 11011010 10111 1010001

Color Harmonies of #C4CCDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4CCDA

Black with #C4CCDA

Text Example


Text Example

White with #C4CCDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4CCDA; }

 p { color: rgb(196,204,218); }

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

background-color css

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

 a { background-color: rgb(196,204,218); }

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

border-color css

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

 span { border-color: rgb(196,204,218); }

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