Html Css Color HEX #C3CCDD Link Water

📋 copy color: '#C3CCDD'

red 195 ◦ green 204 ◦ blue 221

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

Shades of Link Water #C3CCDD

Tints of Link Water #C3CCDD

RGB

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

 GREEN value IS 204 (80.08% from 255) = 32.9%

 BLUE value IS 221 (86.72% from 255) = 35.65%

R = 31.45%
G = 32.9%
B = 35.65%

CMYK

 C value IS 0.12

 M value IS 0.08

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C3CCDD (or 0xC3CCDD) is known color: Link Water. HEX triplet: C3, CC and DD. RGB value is (195,204,221). Sum of RGB (Red+Green+Blue) = 195+204+221=620 (82% of max value = 765). Red value is 195 (76.56% from 255 or 31.45% from 620); Green value is 204 (80.08% from 255 or 32.90% from 620); Blue value is 221 (86.72% from 255 or 35.65% from 620); Max value from RGB is 221 - color contains mainly: blue. Hex color #C3CCDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3CCDD is #3C3322. Grayscale: #CBCBCB. Windows color (decimal): -3945251 or 14535875. OLE color: 14535875.

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

Color convert

RGB 195 204 221 -
CMYK 0.12 0.08 0 0.13
HSL 219.23º 0.28% 0.82% -
HSV(B) 219.23º 0.12% 0.87% -
XYZ 57.15 60.01 76.98 -
YUV 203.25 138.02 122.12 -
System Red Green Blue C M Y K H S L
Decimal 195 204 221 0.12 0.08 0 0.13 219.23 0.28 0.82
Hex C3 CC DD C 8 0 D DB 1C 52
Octal 303 314 335 14 10 0 15 333 34 122
Binary 11000011 11001100 11011101 1100 1000 0 1101 11011011 11100 1010010

Color Harmonies of #C3CCDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3CCDD

Black with #C3CCDD

Text Example


Text Example

White with #C3CCDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3CCDD; }

 p { color: rgb(195,204,221); }

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

background-color css

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

 a { background-color: rgb(195,204,221); }

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

border-color css

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

 span { border-color: rgb(195,204,221); }

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