Html Css Color HEX #C3C7DC Periwinkle

📋 copy color: '#C3C7DC'

red 195 ◦ green 199 ◦ blue 220

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

Shades of Periwinkle #C3C7DC

Tints of Periwinkle #C3C7DC

RGB

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

 GREEN value IS 199 (78.13% from 255) = 32.41%

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

R = 31.76%
G = 32.41%
B = 35.83%

CMYK

 C value IS 0.11

 M value IS 0.10

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C3C7DC (or 0xC3C7DC) is known color: Periwinkle. HEX triplet: C3, C7 and DC. RGB value is (195,199,220). Sum of RGB (Red+Green+Blue) = 195+199+220=614 (81% of max value = 765). Red value is 195 (76.56% from 255 or 31.76% from 614); Green value is 199 (78.12% from 255 or 32.41% from 614); Blue value is 220 (86.33% from 255 or 35.83% from 614); Max value from RGB is 220 - color contains mainly: blue. Hex color #C3C7DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3C7DC is #3C3823. Grayscale: #C8C8C8. Windows color (decimal): -3946532 or 14469059. OLE color: 14469059.

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

Color convert

RGB 195 199 220 -
CMYK 0.11 0.10 0 0.14
HSL 230.4º 0.26% 0.81% -
HSV(B) 230.4º 0.11% 0.86% -
XYZ 55.85 57.62 75.89 -
YUV 200.2 139.17 124.29 -
System Red Green Blue C M Y K H S L
Decimal 195 199 220 0.11 0.10 0 0.14 230.4 0.26 0.81
Hex C3 C7 DC B A 0 E E6 1A 51
Octal 303 307 334 13 12 0 16 346 32 121
Binary 11000011 11000111 11011100 1011 1010 0 1110 11100110 11010 1010001

Color Harmonies of #C3C7DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3C7DC

Black with #C3C7DC

Text Example


Text Example

White with #C3C7DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3C7DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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