Html Css Color HEX #C0CCDA Link Water

📋 copy color: '#C0CCDA'

red 192 ◦ green 204 ◦ blue 218

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

Shades of Link Water #C0CCDA

Tints of Link Water #C0CCDA

RGB

 RED value IS 192 (75.39% from 255) = 31.27%

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

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

R = 31.27%
G = 33.22%
B = 35.5%

CMYK

 C value IS 0.12

 M value IS 0.06

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C0CCDA (or 0xC0CCDA) is known color: Link Water. HEX triplet: C0, CC and DA. RGB value is (192,204,218). Sum of RGB (Red+Green+Blue) = 192+204+218=614 (81% of max value = 765). Red value is 192 (75.39% from 255 or 31.27% from 614); Green value is 204 (80.08% from 255 or 33.22% from 614); Blue value is 218 (85.55% from 255 or 35.50% from 614); Max value from RGB is 218 - color contains mainly: blue. Hex color #C0CCDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0CCDA is #3F3325. Grayscale: #C9C9C9. Windows color (decimal): -4141862 or 14339264. OLE color: 14339264.

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

Color convert

RGB 192 204 218 -
CMYK 0.12 0.06 0 0.15
HSL 212.31º 0.26% 0.8% -
HSV(B) 212.31º 0.12% 0.85% -
XYZ 55.99 59.45 74.85 -
YUV 202.01 137.02 120.86 -
System Red Green Blue C M Y K H S L
Decimal 192 204 218 0.12 0.06 0 0.15 212.31 0.26 0.8
Hex C0 CC DA C 6 0 F D4 1A 50
Octal 300 314 332 14 6 0 17 324 32 120
Binary 11000000 11001100 11011010 1100 110 0 1111 11010100 11010 1010000

Color Harmonies of #C0CCDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0CCDA

Black with #C0CCDA

Text Example


Text Example

White with #C0CCDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0CCDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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