Html Css Color HEX #C2C4EA Periwinkle

📋 copy color: '#C2C4EA'

red 194 ◦ green 196 ◦ blue 234

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

Shades of Periwinkle #C2C4EA

Tints of Periwinkle #C2C4EA

RGB

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

 GREEN value IS 196 (76.95% from 255) = 31.41%

 BLUE value IS 234 (91.8% from 255) = 37.5%

R = 31.09%
G = 31.41%
B = 37.5%

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

#C2C4EA (or 0xC2C4EA) is known color: Periwinkle. HEX triplet: C2, C4 and EA. RGB value is (194,196,234). Sum of RGB (Red+Green+Blue) = 194+196+234=624 (82% of max value = 765). Red value is 194 (76.17% from 255 or 31.09% from 624); Green value is 196 (76.95% from 255 or 31.41% from 624); Blue value is 234 (91.80% from 255 or 37.5% from 624); Max value from RGB is 234 - color contains mainly: blue. Hex color #C2C4EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C2C4EA is #3D3B15. Grayscale: #C7C7C7. Windows color (decimal): -4012822 or 15385794. OLE color: 15385794.

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

Color convert

RGB 194 196 234 -
CMYK 0.17 0.16 0 0.08
HSL 237º 0.49% 0.84% -
HSV(B) 237º 0.17% 0.92% -
XYZ 56.84 56.89 85.83 -
YUV 199.73 147.34 123.91 -
System Red Green Blue C M Y K H S L
Decimal 194 196 234 0.17 0.16 0 0.08 237 0.49 0.84
Hex C2 C4 EA 11 10 0 8 ED 31 54
Octal 302 304 352 21 20 0 10 355 61 124
Binary 11000010 11000100 11101010 10001 10000 0 1000 11101101 110001 1010100

Color Harmonies of #C2C4EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2C4EA

Black with #C2C4EA

Text Example


Text Example

White with #C2C4EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2C4EA; }

 p { color: rgb(194,196,234); }

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

background-color css

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

 a { background-color: rgb(194,196,234); }

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

border-color css

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

 span { border-color: rgb(194,196,234); }

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