Html Css Color HEX #C3CFDA Link Water

📋 copy color: '#C3CFDA'

red 195 ◦ green 207 ◦ blue 218

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

Shades of Link Water #C3CFDA

Tints of Link Water #C3CFDA

RGB

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

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

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

R = 31.45%
G = 33.39%
B = 35.16%

CMYK

 C value IS 0.11

 M value IS 0.05

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C3CFDA (or 0xC3CFDA) is known color: Link Water. HEX triplet: C3, CF and DA. RGB value is (195,207,218). Sum of RGB (Red+Green+Blue) = 195+207+218=620 (82% of max value = 765). Red value is 195 (76.56% from 255 or 31.45% from 620); Green value is 207 (81.25% from 255 or 33.39% 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 #C3CFDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3CFDA is #3C3025. Grayscale: #CCCCCC. Windows color (decimal): -3944486 or 14340035. OLE color: 14340035.

HSL color Cylindrical-coordinate representation of color #C3CFDA: hue angle of 208.7º degrees, saturation: 0.24, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #C3CFDA is Cyan = 0.11, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 195 207 218 -
CMYK 0.11 0.05 0 0.15
HSL 208.7º 0.24% 0.81% -
HSV(B) 208.7º 0.11% 0.85% -
XYZ 57.47 61.29 75.13 -
YUV 204.67 135.52 121.11 -
System Red Green Blue C M Y K H S L
Decimal 195 207 218 0.11 0.05 0 0.15 208.7 0.24 0.81
Hex C3 CF DA B 5 0 F D1 18 51
Octal 303 317 332 13 5 0 17 321 30 121
Binary 11000011 11001111 11011010 1011 101 0 1111 11010001 11000 1010001

Color Harmonies of #C3CFDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3CFDA

Black with #C3CFDA

Text Example


Text Example

White with #C3CFDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3CFDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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