#C3CFEB

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

Shades of Periwinkle #C3CFEB

Tints of Periwinkle #C3CFEB

Color information

#C3CFEB (or 0xC3CFEB) is unknown color: approx Periwinkle. HEX triplet: C3, CF and EB. RGB value is (195,207,235). Sum of RGB (Red+Green+Blue) = 195+207+235=637 (84% of max value = 765). Red value is 195 (76.56% from 255 or 30.61% from 637); Green value is 207 (81.25% from 255 or 32.50% from 637); Blue value is 235 (92.19% from 255 or 36.89% from 637); Max value from RGB is 235 - color contains mainly: blue. Hex color #C3CFEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C3CFEB is #3C3014. Grayscale: #CECECE. Windows color (decimal): -3944469 or 15454147. OLE color: 15454147.

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

Color convert

RGB195207235-
CMYK0.170.1200.08
HSL222º50%84.31%-
HSV(B)222º17.02%92.16%-
XYZ59.8162.2387.46-
YUV206.6144.02119.72-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 30.61%
GREEN value IS 207 (81.25% from 255) = 32.50%
BLUE value IS 235 (92.19% from 255) = 36.89%
R=30.61%
G=32.50%
B=36.89%

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
Decimal1952072350.170.1200.082225084.31
HexC3CFEB11C08de3254
Octal303317353211401033662124
Binary11000011110011111110101110001110001000110111101100101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3CFEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3CFEB; }

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

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

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

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

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

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

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

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