Html Css Color HEX #C7CDDA Link Water

📋 copy color: '#C7CDDA'

red 199 ◦ green 205 ◦ blue 218

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

Shades of Link Water #C7CDDA

Tints of Link Water #C7CDDA

RGB

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

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

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

R = 31.99%
G = 32.96%
B = 35.05%

CMYK

 C value IS 0.09

 M value IS 0.06

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C7CDDA (or 0xC7CDDA) is known color: Link Water. HEX triplet: C7, CD and DA. RGB value is (199,205,218). Sum of RGB (Red+Green+Blue) = 199+205+218=622 (82% of max value = 765). Red value is 199 (78.12% from 255 or 31.99% from 622); Green value is 205 (80.47% from 255 or 32.96% from 622); Blue value is 218 (85.55% from 255 or 35.05% from 622); Max value from RGB is 218 - color contains mainly: blue. Hex color #C7CDDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7CDDA is #383225. Grayscale: #CCCCCC. Windows color (decimal): -3682854 or 14339527. OLE color: 14339527.

HSL color Cylindrical-coordinate representation of color #C7CDDA: hue angle of 221.05º degrees, saturation: 0.2, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #C7CDDA is Cyan = 0.09, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 199 205 218 -
CMYK 0.09 0.06 0 0.15
HSL 221.05º 0.2% 0.82% -
HSV(B) 221.05º 0.09% 0.85% -
XYZ 58.04 60.87 75.02 -
YUV 204.69 135.51 123.94 -
System Red Green Blue C M Y K H S L
Decimal 199 205 218 0.09 0.06 0 0.15 221.05 0.2 0.82
Hex C7 CD DA 9 6 0 F DD 14 52
Octal 307 315 332 11 6 0 17 335 24 122
Binary 11000111 11001101 11011010 1001 110 0 1111 11011101 10100 1010010

Color Harmonies of #C7CDDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7CDDA

Black with #C7CDDA

Text Example


Text Example

White with #C7CDDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7CDDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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