Html Css Color HEX #C1C5DF Periwinkle

📋 copy color: '#C1C5DF'

red 193 ◦ green 197 ◦ blue 223

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

Shades of Periwinkle #C1C5DF

Tints of Periwinkle #C1C5DF

RGB

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

 GREEN value IS 197 (77.34% from 255) = 32.14%

 BLUE value IS 223 (87.5% from 255) = 36.38%

R = 31.48%
G = 32.14%
B = 36.38%

CMYK

 C value IS 0.13

 M value IS 0.12

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C1C5DF (or 0xC1C5DF) is known color: Periwinkle. HEX triplet: C1, C5 and DF. RGB value is (193,197,223). Sum of RGB (Red+Green+Blue) = 193+197+223=613 (81% of max value = 765). Red value is 193 (75.78% from 255 or 31.48% from 613); Green value is 197 (77.34% from 255 or 32.14% from 613); Blue value is 223 (87.5% from 255 or 36.38% from 613); Max value from RGB is 223 - color contains mainly: blue. Hex color #C1C5DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C1C5DF is #3E3A20. Grayscale: #C6C6C6. Windows color (decimal): -4078113 or 14665153. OLE color: 14665153.

HSL color Cylindrical-coordinate representation of color #C1C5DF: hue angle of 232º degrees, saturation: 0.32, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #C1C5DF is Cyan = 0.13, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 193 197 223 -
CMYK 0.13 0.12 0 0.13
HSL 232º 0.32% 0.82% -
HSV(B) 232º 0.13% 0.87% -
XYZ 55.28 56.6 77.82 -
YUV 198.77 141.67 123.89 -
System Red Green Blue C M Y K H S L
Decimal 193 197 223 0.13 0.12 0 0.13 232 0.32 0.82
Hex C1 C5 DF D C 0 D E8 20 52
Octal 301 305 337 15 14 0 15 350 40 122
Binary 11000001 11000101 11011111 1101 1100 0 1101 11101000 100000 1010010

Color Harmonies of #C1C5DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1C5DF

Black with #C1C5DF

Text Example


Text Example

White with #C1C5DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1C5DF; }

 p { color: rgb(193,197,223); }

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

background-color css

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

 a { background-color: rgb(193,197,223); }

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

border-color css

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

 span { border-color: rgb(193,197,223); }

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