Html Css Color HEX #C7CBDA Link Water

📋 copy color: '#C7CBDA'

red 199 ◦ green 203 ◦ blue 218

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

Shades of Link Water #C7CBDA

Tints of Link Water #C7CBDA

RGB

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

 GREEN value IS 203 (79.69% from 255) = 32.74%

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

R = 32.1%
G = 32.74%
B = 35.16%

CMYK

 C value IS 0.09

 M value IS 0.07

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C7CBDA (or 0xC7CBDA) is known color: Link Water. HEX triplet: C7, CB and DA. RGB value is (199,203,218). Sum of RGB (Red+Green+Blue) = 199+203+218=620 (82% of max value = 765). Red value is 199 (78.12% from 255 or 32.10% from 620); Green value is 203 (79.69% from 255 or 32.74% from 620); Blue value is 218 (85.55% from 255 or 35.16% from 620); Max value from RGB is 218 - color contains mainly: blue. Hex color #C7CBDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7CBDA is #383425. Grayscale: #CBCBCB. Windows color (decimal): -3683366 or 14339015. OLE color: 14339015.

HSL color Cylindrical-coordinate representation of color #C7CBDA: hue angle of 227.37º 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 #C7CBDA is Cyan = 0.09, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 199 203 218 -
CMYK 0.09 0.07 0 0.15
HSL 227.37º 0.2% 0.82% -
HSV(B) 227.37º 0.09% 0.85% -
XYZ 57.56 59.92 74.86 -
YUV 203.51 136.17 124.78 -
System Red Green Blue C M Y K H S L
Decimal 199 203 218 0.09 0.07 0 0.15 227.37 0.2 0.82
Hex C7 CB DA 9 7 0 F E3 14 52
Octal 307 313 332 11 7 0 17 343 24 122
Binary 11000111 11001011 11011010 1001 111 0 1111 11100011 10100 1010010

Color Harmonies of #C7CBDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7CBDA

Black with #C7CBDA

Text Example


Text Example

White with #C7CBDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7CBDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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