Html Css Color HEX #C4CDDA Link Water

📋 copy color: '#C4CDDA'

red 196 ◦ green 205 ◦ blue 218

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

Shades of Link Water #C4CDDA

Tints of Link Water #C4CDDA

RGB

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

 GREEN value IS 205 (80.47% from 255) = 33.12%

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

R = 31.66%
G = 33.12%
B = 35.22%

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

#C4CDDA (or 0xC4CDDA) is known color: Link Water. HEX triplet: C4, CD and DA. RGB value is (196,205,218). Sum of RGB (Red+Green+Blue) = 196+205+218=619 (81% of max value = 765). Red value is 196 (76.95% from 255 or 31.66% from 619); Green value is 205 (80.47% from 255 or 33.12% from 619); Blue value is 218 (85.55% from 255 or 35.22% from 619); Max value from RGB is 218 - color contains mainly: blue. Hex color #C4CDDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4CDDA is #3B3225. Grayscale: #CBCBCB. Windows color (decimal): -3879462 or 14339524. OLE color: 14339524.

HSL color Cylindrical-coordinate representation of color #C4CDDA: hue angle of 215.45º 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 #C4CDDA is Cyan = 0.10, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 196 205 218 -
CMYK 0.10 0.06 0 0.15
HSL 215.45º 0.23% 0.81% -
HSV(B) 215.45º 0.1% 0.85% -
XYZ 57.25 60.46 74.98 -
YUV 203.79 136.02 122.44 -
System Red Green Blue C M Y K H S L
Decimal 196 205 218 0.10 0.06 0 0.15 215.45 0.23 0.81
Hex C4 CD DA A 6 0 F D7 17 51
Octal 304 315 332 12 6 0 17 327 27 121
Binary 11000100 11001101 11011010 1010 110 0 1111 11010111 10111 1010001

Color Harmonies of #C4CDDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4CDDA

Black with #C4CDDA

Text Example


Text Example

White with #C4CDDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4CDDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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