Html Css Color HEX #C1C3EB Periwinkle

📋 copy color: '#C1C3EB'

red 193 ◦ green 195 ◦ blue 235

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

Shades of Periwinkle #C1C3EB

Tints of Periwinkle #C1C3EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 37.72%

R = 30.98%
G = 31.3%
B = 37.72%

CMYK

 C value IS 0.18

 M value IS 0.17

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C1C3EB (or 0xC1C3EB) is known color: Periwinkle. HEX triplet: C1, C3 and EB. RGB value is (193,195,235). Sum of RGB (Red+Green+Blue) = 193+195+235=623 (82% of max value = 765). Red value is 193 (75.78% from 255 or 30.98% from 623); Green value is 195 (76.56% from 255 or 31.30% from 623); Blue value is 235 (92.19% from 255 or 37.72% from 623); Max value from RGB is 235 - color contains mainly: blue. Hex color #C1C3EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C1C3EB is #3E3C14. Grayscale: #C6C6C6. Windows color (decimal): -4078613 or 15451073. OLE color: 15451073.

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

Color convert

RGB 193 195 235 -
CMYK 0.18 0.17 0 0.08
HSL 237.14º 0.51% 0.84% -
HSV(B) 237.14º 0.18% 0.92% -
XYZ 56.5 56.37 86.5 -
YUV 198.96 148.34 123.75 -
System Red Green Blue C M Y K H S L
Decimal 193 195 235 0.18 0.17 0 0.08 237.14 0.51 0.84
Hex C1 C3 EB 12 11 0 8 ED 33 54
Octal 301 303 353 22 21 0 10 355 63 124
Binary 11000001 11000011 11101011 10010 10001 0 1000 11101101 110011 1010100

Color Harmonies of #C1C3EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1C3EB

Black with #C1C3EB

Text Example


Text Example

White with #C1C3EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1C3EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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