Html Css Color HEX #C7CDDD Link Water

📋 copy color: '#C7CDDD'

red 199 ◦ green 205 ◦ blue 221

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

Shades of Link Water #C7CDDD

Tints of Link Water #C7CDDD

RGB

 RED value IS 199 (78.13% from 255) = 31.84%

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

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

R = 31.84%
G = 32.8%
B = 35.36%

CMYK

 C value IS 0.10

 M value IS 0.07

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C7CDDD (or 0xC7CDDD) is known color: Link Water. HEX triplet: C7, CD and DD. RGB value is (199,205,221). Sum of RGB (Red+Green+Blue) = 199+205+221=625 (82% of max value = 765). Red value is 199 (78.12% from 255 or 31.84% from 625); Green value is 205 (80.47% from 255 or 32.8% 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 #C7CDDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7CDDD is #383222. Grayscale: #CCCCCC. Windows color (decimal): -3682851 or 14536135. OLE color: 14536135.

HSL color Cylindrical-coordinate representation of color #C7CDDD: hue angle of 223.64º degrees, saturation: 0.24, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #C7CDDD is Cyan = 0.10, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 199 205 221 -
CMYK 0.10 0.07 0 0.13
HSL 223.64º 0.24% 0.82% -
HSV(B) 223.64º 0.1% 0.87% -
XYZ 58.44 61.03 77.11 -
YUV 205.03 137.01 123.7 -
System Red Green Blue C M Y K H S L
Decimal 199 205 221 0.10 0.07 0 0.13 223.64 0.24 0.82
Hex C7 CD DD A 7 0 D E0 18 52
Octal 307 315 335 12 7 0 15 340 30 122
Binary 11000111 11001101 11011101 1010 111 0 1101 11100000 11000 1010010

Color Harmonies of #C7CDDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7CDDD

Black with #C7CDDD

Text Example


Text Example

White with #C7CDDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7CDDD; }

 p { color: rgb(199,205,221); }

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

background-color css

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

 a { background-color: rgb(199,205,221); }

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

border-color css

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

 span { border-color: rgb(199,205,221); }

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