Html Css Color HEX #C1C8EB Periwinkle

📋 copy color: '#C1C8EB'

red 193 ◦ green 200 ◦ blue 235

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

Shades of Periwinkle #C1C8EB

Tints of Periwinkle #C1C8EB

RGB

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

 GREEN value IS 200 (78.52% from 255) = 31.85%

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

R = 30.73%
G = 31.85%
B = 37.42%

CMYK

 C value IS 0.18

 M value IS 0.15

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C1C8EB (or 0xC1C8EB) is known color: Periwinkle. HEX triplet: C1, C8 and EB. RGB value is (193,200,235). Sum of RGB (Red+Green+Blue) = 193+200+235=628 (83% of max value = 765). Red value is 193 (75.78% from 255 or 30.73% from 628); Green value is 200 (78.52% from 255 or 31.85% from 628); Blue value is 235 (92.19% from 255 or 37.42% from 628); Max value from RGB is 235 - color contains mainly: blue. Hex color #C1C8EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C1C8EB is #3E3714. Grayscale: #C9C9C9. Windows color (decimal): -4077333 or 15452353. OLE color: 15452353.

HSL color Cylindrical-coordinate representation of color #C1C8EB: hue angle of 230º 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 #C1C8EB is Cyan = 0.18, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 193 200 235 -
CMYK 0.18 0.15 0 0.08
HSL 230º 0.51% 0.84% -
HSV(B) 230º 0.18% 0.92% -
XYZ 57.64 58.64 86.88 -
YUV 201.9 146.68 121.65 -
System Red Green Blue C M Y K H S L
Decimal 193 200 235 0.18 0.15 0 0.08 230 0.51 0.84
Hex C1 C8 EB 12 F 0 8 E6 33 54
Octal 301 310 353 22 17 0 10 346 63 124
Binary 11000001 11001000 11101011 10010 1111 0 1000 11100110 110011 1010100

Color Harmonies of #C1C8EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1C8EB

Black with #C1C8EB

Text Example


Text Example

White with #C1C8EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1C8EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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