Html Css Color HEX #C7CCDA Link Water

📋 copy color: '#C7CCDA'

red 199 ◦ green 204 ◦ blue 218

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

Shades of Link Water #C7CCDA

Tints of Link Water #C7CCDA

RGB

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

 GREEN value IS 204 (80.08% from 255) = 32.85%

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

R = 32.05%
G = 32.85%
B = 35.1%

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

#C7CCDA (or 0xC7CCDA) is known color: Link Water. HEX triplet: C7, CC and DA. RGB value is (199,204,218). Sum of RGB (Red+Green+Blue) = 199+204+218=621 (82% of max value = 765). Red value is 199 (78.12% from 255 or 32.05% from 621); Green value is 204 (80.08% from 255 or 32.85% from 621); Blue value is 218 (85.55% from 255 or 35.10% from 621); Max value from RGB is 218 - color contains mainly: blue. Hex color #C7CCDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7CCDA is #383325. Grayscale: #CCCCCC. Windows color (decimal): -3683110 or 14339271. OLE color: 14339271.

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

Color convert

RGB 199 204 218 -
CMYK 0.09 0.06 0 0.15
HSL 224.21º 0.2% 0.82% -
HSV(B) 224.21º 0.09% 0.85% -
XYZ 57.8 60.39 74.94 -
YUV 204.1 135.84 124.36 -
System Red Green Blue C M Y K H S L
Decimal 199 204 218 0.09 0.06 0 0.15 224.21 0.2 0.82
Hex C7 CC DA 9 6 0 F E0 14 52
Octal 307 314 332 11 6 0 17 340 24 122
Binary 11000111 11001100 11011010 1001 110 0 1111 11100000 10100 1010010

Color Harmonies of #C7CCDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7CCDA

Black with #C7CCDA

Text Example


Text Example

White with #C7CCDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7CCDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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