#C8CFEB

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

Shades of Periwinkle #C8CFEB

Tints of Periwinkle #C8CFEB

Color information

#C8CFEB (or 0xC8CFEB) is unknown color: approx Periwinkle. HEX triplet: C8, CF and EB. RGB value is (200,207,235). Sum of RGB (Red+Green+Blue) = 200+207+235=642 (85% of max value = 765). Red value is 200 (78.52% from 255 or 31.15% from 642); Green value is 207 (81.25% from 255 or 32.24% from 642); Blue value is 235 (92.19% from 255 or 36.60% from 642); Max value from RGB is 235 - color contains mainly: blue. Hex color #C8CFEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C8CFEB is #373014. Grayscale: #CFCFCF. Windows color (decimal): -3616789 or 15454152. OLE color: 15454152.

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

Color convert

RGB200207235-
CMYK0.150.1200.08
HSL228º46.67%85.29%-
HSV(B)228º14.89%92.16%-
XYZ61.1362.987.52-
YUV208.1143.18122.22-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 31.15%
GREEN value IS 207 (81.25% from 255) = 32.24%
BLUE value IS 235 (92.19% from 255) = 36.60%
R=31.15%
G=32.24%
B=36.60%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2002072350.150.1200.0822846.6785.29
HexC8CFEBFC08e42f55
Octal310317353171401034457125
Binary1100100011001111111010111111110001000111001001011111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8CFEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8CFEB; }

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

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

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

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

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

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

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

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