Html Css Color HEX #C4D0DD Link Water

📋 copy color: '#C4D0DD'

red 196 ◦ green 208 ◦ blue 221

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

Shades of Link Water #C4D0DD

Tints of Link Water #C4D0DD

RGB

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

 GREEN value IS 208 (81.64% from 255) = 33.28%

 BLUE value IS 221 (86.72% from 255) = 35.36%

R = 31.36%
G = 33.28%
B = 35.36%

CMYK

 C value IS 0.11

 M value IS 0.06

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C4D0DD (or 0xC4D0DD) is known color: Link Water. HEX triplet: C4, D0 and DD. RGB value is (196,208,221). Sum of RGB (Red+Green+Blue) = 196+208+221=625 (82% of max value = 765). Red value is 196 (76.95% from 255 or 31.36% from 625); Green value is 208 (81.64% from 255 or 33.28% from 625); Blue value is 221 (86.72% from 255 or 35.36% from 625); Max value from RGB is 221 - color contains mainly: blue. Hex color #C4D0DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4D0DD is #3B2F22. Grayscale: #CDCDCD. Windows color (decimal): -3878691 or 14536900. OLE color: 14536900.

HSL color Cylindrical-coordinate representation of color #C4D0DD: hue angle of 211.2º degrees, saturation: 0.27, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #C4D0DD is Cyan = 0.11, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 196 208 221 -
CMYK 0.11 0.06 0 0.13
HSL 211.2º 0.27% 0.82% -
HSV(B) 211.2º 0.11% 0.87% -
XYZ 58.37 62.07 77.31 -
YUV 205.89 136.52 120.94 -
System Red Green Blue C M Y K H S L
Decimal 196 208 221 0.11 0.06 0 0.13 211.2 0.27 0.82
Hex C4 D0 DD B 6 0 D D3 1B 52
Octal 304 320 335 13 6 0 15 323 33 122
Binary 11000100 11010000 11011101 1011 110 0 1101 11010011 11011 1010010

Color Harmonies of #C4D0DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4D0DD

Black with #C4D0DD

Text Example


Text Example

White with #C4D0DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4D0DD; }

 p { color: rgb(196,208,221); }

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

background-color css

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

 a { background-color: rgb(196,208,221); }

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

border-color css

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

 span { border-color: rgb(196,208,221); }

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