#c4cfeb

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

Shades of Periwinkle #C4CFEB

Tints of Periwinkle #C4CFEB

Color information

#C4CFEB (or 0xC4CFEB) is unknown color: approx Periwinkle. HEX triplet: C4, CF and EB. RGB value is (196,207,235). Sum of RGB (Red+Green+Blue) = 196+207+235=638 (84% of max value = 765). Red value is 196 (76.95% from 255 or 30.72% from 638); Green value is 207 (81.25% from 255 or 32.45% from 638); Blue value is 235 (92.19% from 255 or 36.83% from 638); Max value from RGB is 235 - color contains mainly: blue. Hex color #C4CFEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C4CFEB is #3B3014. Grayscale: #CECECE. Windows color (decimal): -3878933 or 15454148. OLE color: 15454148.

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

Color convert

RGB196207235-
CMYK0.170.1200.08
HSL223.08º49.37%84.51%-
HSV(B)223.08º16.6%92.16%-
XYZ60.0762.3687.47-
YUV206.9143.86120.22-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 30.72%
GREEN value IS 207 (81.25% from 255) = 32.45%
BLUE value IS 235 (92.19% from 255) = 36.83%
R=30.72%
G=32.45%
B=36.83%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1962072350.170.1200.08223.0849.3784.51
HexC4CFEB11C08df3155
Octal304317353211401033761125
Binary11000100110011111110101110001110001000110111111100011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c4cfeb

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c4cfeb; }

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

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

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

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

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

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

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

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