Html Css Color HEX #C7CDDB Link Water

📋 copy color: '#C7CDDB'

red 199 ◦ green 205 ◦ blue 219

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

Shades of Link Water #C7CDDB

Tints of Link Water #C7CDDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 35.15%

R = 31.94%
G = 32.91%
B = 35.15%

CMYK

 C value IS 0.09

 M value IS 0.06

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C7CDDB (or 0xC7CDDB) is known color: Link Water. HEX triplet: C7, CD and DB. RGB value is (199,205,219). Sum of RGB (Red+Green+Blue) = 199+205+219=623 (82% of max value = 765). Red value is 199 (78.12% from 255 or 31.94% from 623); Green value is 205 (80.47% from 255 or 32.91% from 623); Blue value is 219 (85.94% from 255 or 35.15% from 623); Max value from RGB is 219 - color contains mainly: blue. Hex color #C7CDDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7CDDB is #383224. Grayscale: #CCCCCC. Windows color (decimal): -3682853 or 14405063. OLE color: 14405063.

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

Color convert

RGB 199 205 219 -
CMYK 0.09 0.06 0 0.14
HSL 222º 0.22% 0.82% -
HSV(B) 222º 0.09% 0.86% -
XYZ 58.17 60.92 75.71 -
YUV 204.8 136.01 123.86 -
System Red Green Blue C M Y K H S L
Decimal 199 205 219 0.09 0.06 0 0.14 222 0.22 0.82
Hex C7 CD DB 9 6 0 E DE 16 52
Octal 307 315 333 11 6 0 16 336 26 122
Binary 11000111 11001101 11011011 1001 110 0 1110 11011110 10110 1010010

Color Harmonies of #C7CDDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7CDDB

Black with #C7CDDB

Text Example


Text Example

White with #C7CDDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7CDDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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