Html Css Color HEX #C1C8F2 Periwinkle

📋 copy color: '#C1C8F2'

red 193 ◦ green 200 ◦ blue 242

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

Shades of Periwinkle #C1C8F2

Tints of Periwinkle #C1C8F2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 38.11%

R = 30.39%
G = 31.5%
B = 38.11%

CMYK

 C value IS 0.20

 M value IS 0.17

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#C1C8F2 (or 0xC1C8F2) is known color: Periwinkle. HEX triplet: C1, C8 and F2. RGB value is (193,200,242). Sum of RGB (Red+Green+Blue) = 193+200+242=635 (84% of max value = 765). Red value is 193 (75.78% from 255 or 30.39% from 635); Green value is 200 (78.52% from 255 or 31.50% from 635); Blue value is 242 (94.92% from 255 or 38.11% from 635); Max value from RGB is 242 - color contains mainly: blue. Hex color #C1C8F2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C1C8F2 is #3E370D. Grayscale: #CACACA. Windows color (decimal): -4077326 or 15911105. OLE color: 15911105.

HSL color Cylindrical-coordinate representation of color #C1C8F2: hue angle of 231.43º degrees, saturation: 0.65, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C1C8F2 is Cyan = 0.20, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 193 200 242 -
CMYK 0.20 0.17 0 0.05
HSL 231.43º 0.65% 0.85% -
HSV(B) 231.43º 0.2% 0.95% -
XYZ 58.67 59.06 92.31 -
YUV 202.7 150.18 121.08 -
System Red Green Blue C M Y K H S L
Decimal 193 200 242 0.20 0.17 0 0.05 231.43 0.65 0.85
Hex C1 C8 F2 14 11 0 5 E7 41 55
Octal 301 310 362 24 21 0 5 347 101 125
Binary 11000001 11001000 11110010 10100 10001 0 101 11100111 1000001 1010101

Color Harmonies of #C1C8F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1C8F2

Black with #C1C8F2

Text Example


Text Example

White with #C1C8F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1C8F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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