Html Css Color HEX #C3C8EB Periwinkle

📋 copy color: '#C3C8EB'

red 195 ◦ green 200 ◦ blue 235

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

Shades of Periwinkle #C3C8EB

Tints of Periwinkle #C3C8EB

RGB

 RED value IS 195 (76.56% from 255) = 30.95%

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

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

R = 30.95%
G = 31.75%
B = 37.3%

CMYK

 C value IS 0.17

 M value IS 0.15

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C3C8EB (or 0xC3C8EB) is known color: Periwinkle. HEX triplet: C3, C8 and EB. RGB value is (195,200,235). Sum of RGB (Red+Green+Blue) = 195+200+235=630 (83% of max value = 765). Red value is 195 (76.56% from 255 or 30.95% from 630); Green value is 200 (78.52% from 255 or 31.75% from 630); Blue value is 235 (92.19% from 255 or 37.30% from 630); Max value from RGB is 235 - color contains mainly: blue. Hex color #C3C8EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C3C8EB is #3C3714. Grayscale: #CACACA. Windows color (decimal): -3946261 or 15452355. OLE color: 15452355.

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

Color convert

RGB 195 200 235 -
CMYK 0.17 0.15 0 0.08
HSL 232.5º 0.5% 0.84% -
HSV(B) 232.5º 0.17% 0.92% -
XYZ 58.16 58.91 86.9 -
YUV 202.5 146.34 122.65 -
System Red Green Blue C M Y K H S L
Decimal 195 200 235 0.17 0.15 0 0.08 232.5 0.5 0.84
Hex C3 C8 EB 11 F 0 8 E8 32 54
Octal 303 310 353 21 17 0 10 350 62 124
Binary 11000011 11001000 11101011 10001 1111 0 1000 11101000 110010 1010100

Color Harmonies of #C3C8EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3C8EB

Black with #C3C8EB

Text Example


Text Example

White with #C3C8EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3C8EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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