#C9CFEB

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

Shades of Periwinkle #C9CFEB

Tints of Periwinkle #C9CFEB

Color information

#C9CFEB (or 0xC9CFEB) is unknown color: approx Periwinkle. HEX triplet: C9, CF and EB. RGB value is (201,207,235). Sum of RGB (Red+Green+Blue) = 201+207+235=643 (85% of max value = 765). Red value is 201 (78.91% from 255 or 31.26% from 643); Green value is 207 (81.25% from 255 or 32.19% from 643); Blue value is 235 (92.19% from 255 or 36.55% from 643); Max value from RGB is 235 - color contains mainly: blue. Hex color #C9CFEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C9CFEB is #363014. Grayscale: #D0D0D0. Windows color (decimal): -3551253 or 15454153. OLE color: 15454153.

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

Color convert

RGB201207235-
CMYK0.140.1200.08
HSL229.41º45.95%85.49%-
HSV(B)229.41º14.47%92.16%-
XYZ61.463.0487.53-
YUV208.4143.01122.72-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 31.26%
GREEN value IS 207 (81.25% from 255) = 32.19%
BLUE value IS 235 (92.19% from 255) = 36.55%
R=31.26%
G=32.19%
B=36.55%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2012072350.140.1200.08229.4145.9585.49
HexC9CFEBEC08e52e55
Octal311317353161401034556125
Binary1100100111001111111010111110110001000111001011011101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9CFEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9CFEB; }

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

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

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

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

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

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

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

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