#C8CFEC

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

Shades of Periwinkle #C8CFEC

Tints of Periwinkle #C8CFEC

Color information

#C8CFEC (or 0xC8CFEC) is unknown color: approx Periwinkle. HEX triplet: C8, CF and EC. RGB value is (200,207,236). Sum of RGB (Red+Green+Blue) = 200+207+236=643 (85% of max value = 765). Red value is 200 (78.52% from 255 or 31.10% from 643); Green value is 207 (81.25% from 255 or 32.19% from 643); Blue value is 236 (92.58% from 255 or 36.70% from 643); Max value from RGB is 236 - color contains mainly: blue. Hex color #C8CFEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C8CFEC is #373013. Grayscale: #D0D0D0. Windows color (decimal): -3616788 or 15519688. OLE color: 15519688.

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

Color convert

RGB200207236-
CMYK0.150.1200.07
HSL228.33º48.65%85.49%-
HSV(B)228.33º15.25%92.55%-
XYZ61.2762.9688.28-
YUV208.21143.68122.14-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 31.10%
GREEN value IS 207 (81.25% from 255) = 32.19%
BLUE value IS 236 (92.58% from 255) = 36.70%
R=31.10%
G=32.19%
B=36.70%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2002072360.150.1200.07228.3348.6585.49
HexC8CFECFC07e43155
Octal31031735417140734461125
Binary110010001100111111101100111111000111111001001100011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8CFEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8CFEC; }

 p { color: rgb(200,207,236); }

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

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

 a { background-color: rgb(200,207,236); }

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

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

 span { border-color: rgb(200,207,236); }

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