Html Css Color HEX #C3C5EB Periwinkle

📋 copy color: '#C3C5EB'

red 195 ◦ green 197 ◦ blue 235

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

Shades of Periwinkle #C3C5EB

Tints of Periwinkle #C3C5EB

RGB

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

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

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

R = 31.1%
G = 31.42%
B = 37.48%

CMYK

 C value IS 0.17

 M value IS 0.16

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C3C5EB (or 0xC3C5EB) is known color: Periwinkle. HEX triplet: C3, C5 and EB. RGB value is (195,197,235). Sum of RGB (Red+Green+Blue) = 195+197+235=627 (83% of max value = 765). Red value is 195 (76.56% from 255 or 31.10% from 627); Green value is 197 (77.34% from 255 or 31.42% from 627); Blue value is 235 (92.19% from 255 or 37.48% from 627); Max value from RGB is 235 - color contains mainly: blue. Hex color #C3C5EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C3C5EB is #3C3A14. Grayscale: #C8C8C8. Windows color (decimal): -3947029 or 15451587. OLE color: 15451587.

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

Color convert

RGB 195 197 235 -
CMYK 0.17 0.16 0 0.08
HSL 237º 0.5% 0.84% -
HSV(B) 237º 0.17% 0.92% -
XYZ 57.47 57.53 86.67 -
YUV 200.73 147.34 123.91 -
System Red Green Blue C M Y K H S L
Decimal 195 197 235 0.17 0.16 0 0.08 237 0.5 0.84
Hex C3 C5 EB 11 10 0 8 ED 32 54
Octal 303 305 353 21 20 0 10 355 62 124
Binary 11000011 11000101 11101011 10001 10000 0 1000 11101101 110010 1010100

Color Harmonies of #C3C5EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3C5EB

Black with #C3C5EB

Text Example


Text Example

White with #C3C5EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3C5EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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