#C4CFEA

Color #C4CFEA Periwinkle (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Periwinkle #C4CFEA

Tints of Periwinkle #C4CFEA

Color information

#C4CFEA (or 0xC4CFEA) is unknown color: approx Periwinkle. HEX triplet: C4, CF and EA. RGB value is (196,207,234). Sum of RGB (Red+Green+Blue) = 196+207+234=637 (84% of max value = 765). Red value is 196 (76.95% from 255 or 30.77% from 637); Green value is 207 (81.25% from 255 or 32.50% from 637); Blue value is 234 (91.80% from 255 or 36.73% from 637); Max value from RGB is 234 - color contains mainly: blue. Hex color #C4CFEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C4CFEA is #3B3015. Grayscale: #CECECE. Windows color (decimal): -3878934 or 15388612. OLE color: 15388612.

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

Color convert

RGB196207234-
CMYK0.160.1200.08
HSL222.63º47.5%84.31%-
HSV(B)222.63º16.24%91.76%-
XYZ59.9362.386.71-
YUV206.79143.36120.3-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 30.77%
GREEN value IS 207 (81.25% from 255) = 32.50%
BLUE value IS 234 (91.80% from 255) = 36.73%
R=30.77%
G=32.50%
B=36.73%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1962072340.160.1200.08222.6347.584.31
HexC4CFEA10C08df2f54
Octal304317352201401033757124
Binary11000100110011111110101010000110001000110111111011111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4CFEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4CFEA; }

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

 H1.HeaderClassName
 {
   color: #C4CFEA;
 }
 .AnyTagClassName
 {
   color: #C4CFEA;
 }
</style>
background-color css

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

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

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

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

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

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