Html Css Color HEX #C3CEDF Link Water

📋 copy color: '#C3CEDF'

red 195 ◦ green 206 ◦ blue 223

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

Shades of Link Water #C3CEDF

Tints of Link Water #C3CEDF

RGB

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

 GREEN value IS 206 (80.86% from 255) = 33.01%

 BLUE value IS 223 (87.5% from 255) = 35.74%

R = 31.25%
G = 33.01%
B = 35.74%

CMYK

 C value IS 0.13

 M value IS 0.08

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C3CEDF (or 0xC3CEDF) is known color: Link Water. HEX triplet: C3, CE and DF. RGB value is (195,206,223). Sum of RGB (Red+Green+Blue) = 195+206+223=624 (82% of max value = 765). Red value is 195 (76.56% from 255 or 31.25% from 624); Green value is 206 (80.86% from 255 or 33.01% from 624); Blue value is 223 (87.5% from 255 or 35.74% from 624); Max value from RGB is 223 - color contains mainly: blue. Hex color #C3CEDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3CEDF is #3C3120. Grayscale: #CCCCCC. Windows color (decimal): -3944737 or 14667459. OLE color: 14667459.

HSL color Cylindrical-coordinate representation of color #C3CEDF: hue angle of 216.43º degrees, saturation: 0.3, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #C3CEDF is Cyan = 0.13, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 195 206 223 -
CMYK 0.13 0.08 0 0.13
HSL 216.43º 0.3% 0.82% -
HSV(B) 216.43º 0.13% 0.87% -
XYZ 57.9 61.07 78.55 -
YUV 204.65 138.36 121.12 -
System Red Green Blue C M Y K H S L
Decimal 195 206 223 0.13 0.08 0 0.13 216.43 0.3 0.82
Hex C3 CE DF D 8 0 D D8 1E 52
Octal 303 316 337 15 10 0 15 330 36 122
Binary 11000011 11001110 11011111 1101 1000 0 1101 11011000 11110 1010010

Color Harmonies of #C3CEDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3CEDF

Black with #C3CEDF

Text Example


Text Example

White with #C3CEDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3CEDF; }

 p { color: rgb(195,206,223); }

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

background-color css

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

 a { background-color: rgb(195,206,223); }

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

border-color css

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

 span { border-color: rgb(195,206,223); }

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