Html Css Color HEX #C2C5EB Periwinkle

📋 copy color: '#C2C5EB'

red 194 ◦ green 197 ◦ blue 235

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

Shades of Periwinkle #C2C5EB

Tints of Periwinkle #C2C5EB

RGB

 RED value IS 194 (76.17% from 255) = 30.99%

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

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

R = 30.99%
G = 31.47%
B = 37.54%

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

#C2C5EB (or 0xC2C5EB) is known color: Periwinkle. HEX triplet: C2, C5 and EB. RGB value is (194,197,235). Sum of RGB (Red+Green+Blue) = 194+197+235=626 (82% of max value = 765). Red value is 194 (76.17% from 255 or 30.99% from 626); Green value is 197 (77.34% from 255 or 31.47% from 626); Blue value is 235 (92.19% from 255 or 37.54% from 626); Max value from RGB is 235 - color contains mainly: blue. Hex color #C2C5EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C2C5EB is #3D3A14. Grayscale: #C8C8C8. Windows color (decimal): -4012565 or 15451586. OLE color: 15451586.

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

Color convert

RGB 194 197 235 -
CMYK 0.17 0.16 0 0.08
HSL 235.61º 0.51% 0.84% -
HSV(B) 235.61º 0.17% 0.92% -
XYZ 57.21 57.4 86.66 -
YUV 200.44 147.51 123.41 -
System Red Green Blue C M Y K H S L
Decimal 194 197 235 0.17 0.16 0 0.08 235.61 0.51 0.84
Hex C2 C5 EB 11 10 0 8 EC 33 54
Octal 302 305 353 21 20 0 10 354 63 124
Binary 11000010 11000101 11101011 10001 10000 0 1000 11101100 110011 1010100

Color Harmonies of #C2C5EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2C5EB

Black with #C2C5EB

Text Example


Text Example

White with #C2C5EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2C5EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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