Html Css Color HEX #C3C6DC Periwinkle

📋 copy color: '#C3C6DC'

red 195 ◦ green 198 ◦ blue 220

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

Shades of Periwinkle #C3C6DC

Tints of Periwinkle #C3C6DC

RGB

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

 GREEN value IS 198 (77.73% from 255) = 32.3%

 BLUE value IS 220 (86.33% from 255) = 35.89%

R = 31.81%
G = 32.3%
B = 35.89%

CMYK

 C value IS 0.11

 M value IS 0.1

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C3C6DC (or 0xC3C6DC) is known color: Periwinkle. HEX triplet: C3, C6 and DC. RGB value is (195,198,220). Sum of RGB (Red+Green+Blue) = 195+198+220=613 (81% of max value = 765). Red value is 195 (76.56% from 255 or 31.81% from 613); Green value is 198 (77.73% from 255 or 32.30% from 613); Blue value is 220 (86.33% from 255 or 35.89% from 613); Max value from RGB is 220 - color contains mainly: blue. Hex color #C3C6DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3C6DC is #3C3923. Grayscale: #C7C7C7. Windows color (decimal): -3946788 or 14468803. OLE color: 14468803.

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

Color convert

RGB 195 198 220 -
CMYK 0.11 0.1 0 0.14
HSL 232.8º 0.26% 0.81% -
HSV(B) 232.8º 0.11% 0.86% -
XYZ 55.62 57.16 75.81 -
YUV 199.61 139.51 124.71 -
System Red Green Blue C M Y K H S L
Decimal 195 198 220 0.11 0.1 0 0.14 232.8 0.26 0.81
Hex C3 C6 DC B A 0 E E9 1A 51
Octal 303 306 334 13 12 0 16 351 32 121
Binary 11000011 11000110 11011100 1011 1010 0 1110 11101001 11010 1010001

Color Harmonies of #C3C6DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3C6DC

Black with #C3C6DC

Text Example


Text Example

White with #C3C6DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3C6DC; }

 p { color: rgb(195,198,220); }

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

background-color css

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

 a { background-color: rgb(195,198,220); }

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

border-color css

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

 span { border-color: rgb(195,198,220); }

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