Html Css Color HEX #C3CFDB Link Water

📋 copy color: '#C3CFDB'

red 195 ◦ green 207 ◦ blue 219

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

Shades of Link Water #C3CFDB

Tints of Link Water #C3CFDB

RGB

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

 GREEN value IS 207 (81.25% from 255) = 33.33%

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

R = 31.4%
G = 33.33%
B = 35.27%

CMYK

 C value IS 0.11

 M value IS 0.05

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C3CFDB (or 0xC3CFDB) is known color: Link Water. HEX triplet: C3, CF and DB. RGB value is (195,207,219). Sum of RGB (Red+Green+Blue) = 195+207+219=621 (82% of max value = 765). Red value is 195 (76.56% from 255 or 31.40% from 621); Green value is 207 (81.25% from 255 or 33.33% from 621); Blue value is 219 (85.94% from 255 or 35.27% from 621); Max value from RGB is 219 - color contains mainly: blue. Hex color #C3CFDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3CFDB is #3C3024. Grayscale: #CCCCCC. Windows color (decimal): -3944485 or 14405571. OLE color: 14405571.

HSL color Cylindrical-coordinate representation of color #C3CFDB: hue angle of 210º 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 #C3CFDB is Cyan = 0.11, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 195 207 219 -
CMYK 0.11 0.05 0 0.14
HSL 210º 0.25% 0.81% -
HSV(B) 210º 0.11% 0.86% -
XYZ 57.6 61.34 75.82 -
YUV 204.78 136.02 121.02 -
System Red Green Blue C M Y K H S L
Decimal 195 207 219 0.11 0.05 0 0.14 210 0.25 0.81
Hex C3 CF DB B 5 0 E D2 19 51
Octal 303 317 333 13 5 0 16 322 31 121
Binary 11000011 11001111 11011011 1011 101 0 1110 11010010 11001 1010001

Color Harmonies of #C3CFDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3CFDB

Black with #C3CFDB

Text Example


Text Example

White with #C3CFDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3CFDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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