Html Css Color HEX #C2C7EF Periwinkle

📋 copy color: '#C2C7EF'

red 194 ◦ green 199 ◦ blue 239

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

Shades of Periwinkle #C2C7EF

Tints of Periwinkle #C2C7EF

RGB

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

 GREEN value IS 199 (78.13% from 255) = 31.49%

 BLUE value IS 239 (93.75% from 255) = 37.82%

R = 30.7%
G = 31.49%
B = 37.82%

CMYK

 C value IS 0.19

 M value IS 0.17

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#C2C7EF (or 0xC2C7EF) is known color: Periwinkle. HEX triplet: C2, C7 and EF. RGB value is (194,199,239). Sum of RGB (Red+Green+Blue) = 194+199+239=632 (83% of max value = 765). Red value is 194 (76.17% from 255 or 30.70% from 632); Green value is 199 (78.12% from 255 or 31.49% from 632); Blue value is 239 (93.75% from 255 or 37.82% from 632); Max value from RGB is 239 - color contains mainly: blue. Hex color #C2C7EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C2C7EF is #3D3810. Grayscale: #C9C9C9. Windows color (decimal): -4012049 or 15714242. OLE color: 15714242.

HSL color Cylindrical-coordinate representation of color #C2C7EF: hue angle of 233.33º degrees, saturation: 0.58, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C2C7EF is Cyan = 0.19, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 194 199 239 -
CMYK 0.19 0.17 0 0.06
HSL 233.33º 0.58% 0.85% -
HSV(B) 233.33º 0.19% 0.94% -
XYZ 58.25 58.55 89.89 -
YUV 202.07 148.84 122.25 -
System Red Green Blue C M Y K H S L
Decimal 194 199 239 0.19 0.17 0 0.06 233.33 0.58 0.85
Hex C2 C7 EF 13 11 0 6 E9 3A 55
Octal 302 307 357 23 21 0 6 351 72 125
Binary 11000010 11000111 11101111 10011 10001 0 110 11101001 111010 1010101

Color Harmonies of #C2C7EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2C7EF

Black with #C2C7EF

Text Example


Text Example

White with #C2C7EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2C7EF; }

 p { color: rgb(194,199,239); }

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

background-color css

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

 a { background-color: rgb(194,199,239); }

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

border-color css

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

 span { border-color: rgb(194,199,239); }

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