Html Css Color HEX #C3CDDB Link Water

📋 copy color: '#C3CDDB'

red 195 ◦ green 205 ◦ blue 219

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

Shades of Link Water #C3CDDB

Tints of Link Water #C3CDDB

RGB

 RED value IS 195 (76.56% from 255) = 31.5%

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

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

R = 31.5%
G = 33.12%
B = 35.38%

CMYK

 C value IS 0.11

 M value IS 0.06

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C3CDDB (or 0xC3CDDB) is known color: Link Water. HEX triplet: C3, CD and DB. RGB value is (195,205,219). Sum of RGB (Red+Green+Blue) = 195+205+219=619 (81% of max value = 765). Red value is 195 (76.56% from 255 or 31.50% from 619); Green value is 205 (80.47% from 255 or 33.12% from 619); Blue value is 219 (85.94% from 255 or 35.38% from 619); Max value from RGB is 219 - color contains mainly: blue. Hex color #C3CDDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3CDDB is #3C3224. Grayscale: #CBCBCB. Windows color (decimal): -3944997 or 14405059. OLE color: 14405059.

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

Color convert

RGB 195 205 219 -
CMYK 0.11 0.06 0 0.14
HSL 215º 0.25% 0.81% -
HSV(B) 215º 0.11% 0.86% -
XYZ 57.12 60.38 75.66 -
YUV 203.61 136.69 121.86 -
System Red Green Blue C M Y K H S L
Decimal 195 205 219 0.11 0.06 0 0.14 215 0.25 0.81
Hex C3 CD DB B 6 0 E D7 19 51
Octal 303 315 333 13 6 0 16 327 31 121
Binary 11000011 11001101 11011011 1011 110 0 1110 11010111 11001 1010001

Color Harmonies of #C3CDDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3CDDB

Black with #C3CDDB

Text Example


Text Example

White with #C3CDDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3CDDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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