Html Css Color HEX #C4CDDC Link Water

📋 copy color: '#C4CDDC'

red 196 ◦ green 205 ◦ blue 220

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

Shades of Link Water #C4CDDC

Tints of Link Water #C4CDDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 35.43%

R = 31.56%
G = 33.01%
B = 35.43%

CMYK

 C value IS 0.11

 M value IS 0.07

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C4CDDC (or 0xC4CDDC) is known color: Link Water. HEX triplet: C4, CD and DC. RGB value is (196,205,220). Sum of RGB (Red+Green+Blue) = 196+205+220=621 (82% of max value = 765). Red value is 196 (76.95% from 255 or 31.56% from 621); Green value is 205 (80.47% from 255 or 33.01% from 621); Blue value is 220 (86.33% from 255 or 35.43% from 621); Max value from RGB is 220 - color contains mainly: blue. Hex color #C4CDDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4CDDC is #3B3223. Grayscale: #CBCBCB. Windows color (decimal): -3879460 or 14470596. OLE color: 14470596.

HSL color Cylindrical-coordinate representation of color #C4CDDC: hue angle of 217.5º degrees, saturation: 0.26, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #C4CDDC is Cyan = 0.11, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 196 205 220 -
CMYK 0.11 0.07 0 0.14
HSL 217.5º 0.26% 0.82% -
HSV(B) 217.5º 0.11% 0.86% -
XYZ 57.51 60.57 76.37 -
YUV 204.02 137.02 122.28 -
System Red Green Blue C M Y K H S L
Decimal 196 205 220 0.11 0.07 0 0.14 217.5 0.26 0.82
Hex C4 CD DC B 7 0 E DA 1A 52
Octal 304 315 334 13 7 0 16 332 32 122
Binary 11000100 11001101 11011100 1011 111 0 1110 11011010 11010 1010010

Color Harmonies of #C4CDDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4CDDC

Black with #C4CDDC

Text Example


Text Example

White with #C4CDDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4CDDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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