Html Css Color HEX #C3CDDF Link Water

📋 copy color: '#C3CDDF'

red 195 ◦ green 205 ◦ blue 223

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

Shades of Link Water #C3CDDF

Tints of Link Water #C3CDDF

RGB

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

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

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

R = 31.3%
G = 32.91%
B = 35.79%

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

#C3CDDF (or 0xC3CDDF) is known color: Link Water. HEX triplet: C3, CD and DF. RGB value is (195,205,223). Sum of RGB (Red+Green+Blue) = 195+205+223=623 (82% of max value = 765). Red value is 195 (76.56% from 255 or 31.30% from 623); Green value is 205 (80.47% from 255 or 32.91% from 623); Blue value is 223 (87.5% from 255 or 35.79% from 623); Max value from RGB is 223 - color contains mainly: blue. Hex color #C3CDDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3CDDF is #3C3220. Grayscale: #CBCBCB. Windows color (decimal): -3944993 or 14667203. OLE color: 14667203.

HSL color Cylindrical-coordinate representation of color #C3CDDF: hue angle of 218.57º 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 #C3CDDF is Cyan = 0.13, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 195 205 223 -
CMYK 0.13 0.08 0 0.13
HSL 218.57º 0.3% 0.82% -
HSV(B) 218.57º 0.13% 0.87% -
XYZ 57.66 60.59 78.47 -
YUV 204.06 138.69 121.54 -
System Red Green Blue C M Y K H S L
Decimal 195 205 223 0.13 0.08 0 0.13 218.57 0.3 0.82
Hex C3 CD DF D 8 0 D DB 1E 52
Octal 303 315 337 15 10 0 15 333 36 122
Binary 11000011 11001101 11011111 1101 1000 0 1101 11011011 11110 1010010

Color Harmonies of #C3CDDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3CDDF

Black with #C3CDDF

Text Example


Text Example

White with #C3CDDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3CDDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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