#C8CFEF

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

Shades of Periwinkle #C8CFEF

Tints of Periwinkle #C8CFEF

Color information

#C8CFEF (or 0xC8CFEF) is unknown color: approx Periwinkle. HEX triplet: C8, CF and EF. RGB value is (200,207,239). Sum of RGB (Red+Green+Blue) = 200+207+239=646 (85% of max value = 765). Red value is 200 (78.52% from 255 or 30.96% from 646); Green value is 207 (81.25% from 255 or 32.04% from 646); Blue value is 239 (93.75% from 255 or 37.00% from 646); Max value from RGB is 239 - color contains mainly: blue. Hex color #C8CFEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C8CFEF is #373010. Grayscale: #D0D0D0. Windows color (decimal): -3616785 or 15716296. OLE color: 15716296.

HSL color Cylindrical-coordinate representation of color #C8CFEF: hue angle of 229.23º degrees, saturation: 0.55, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #C8CFEF is Cyan = 0.16, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB200207239-
CMYK0.160.1300.06
HSL229.23º54.93%86.08%-
HSV(B)229.23º16.32%93.73%-
XYZ61.7163.1490.6-
YUV208.55145.18121.9-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 30.96%
GREEN value IS 207 (81.25% from 255) = 32.04%
BLUE value IS 239 (93.75% from 255) = 37.00%
R=30.96%
G=32.04%
B=37.00%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2002072390.160.1300.06229.2354.9386.08
HexC8CFEF10D06e53756
Octal31031735720150634567126
Binary1100100011001111111011111000011010110111001011101111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8CFEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8CFEF; }

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

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

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

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

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

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

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

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