Html Css Color HEX #C1C3EC Periwinkle

📋 copy color: '#C1C3EC'

red 193 ◦ green 195 ◦ blue 236

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

Shades of Periwinkle #C1C3EC

Tints of Periwinkle #C1C3EC

RGB

 RED value IS 193 (75.78% from 255) = 30.93%

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

 BLUE value IS 236 (92.58% from 255) = 37.82%

R = 30.93%
G = 31.25%
B = 37.82%

CMYK

 C value IS 0.18

 M value IS 0.17

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C1C3EC (or 0xC1C3EC) is known color: Periwinkle. HEX triplet: C1, C3 and EC. RGB value is (193,195,236). Sum of RGB (Red+Green+Blue) = 193+195+236=624 (82% of max value = 765). Red value is 193 (75.78% from 255 or 30.93% from 624); Green value is 195 (76.56% from 255 or 31.25% from 624); Blue value is 236 (92.58% from 255 or 37.82% from 624); Max value from RGB is 236 - color contains mainly: blue. Hex color #C1C3EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C1C3EC is #3E3C13. Grayscale: #C6C6C6. Windows color (decimal): -4078612 or 15516609. OLE color: 15516609.

HSL color Cylindrical-coordinate representation of color #C1C3EC: hue angle of 237.21º degrees, saturation: 0.53, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C1C3EC is Cyan = 0.18, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 193 195 236 -
CMYK 0.18 0.17 0 0.07
HSL 237.21º 0.53% 0.84% -
HSV(B) 237.21º 0.18% 0.93% -
XYZ 56.65 56.42 87.26 -
YUV 199.08 148.84 123.67 -
System Red Green Blue C M Y K H S L
Decimal 193 195 236 0.18 0.17 0 0.07 237.21 0.53 0.84
Hex C1 C3 EC 12 11 0 7 ED 35 54
Octal 301 303 354 22 21 0 7 355 65 124
Binary 11000001 11000011 11101100 10010 10001 0 111 11101101 110101 1010100

Color Harmonies of #C1C3EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1C3EC

Black with #C1C3EC

Text Example


Text Example

White with #C1C3EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1C3EC; }

 p { color: rgb(193,195,236); }

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

background-color css

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

 a { background-color: rgb(193,195,236); }

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

border-color css

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

 span { border-color: rgb(193,195,236); }

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