#C8CEEA

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

Shades of Periwinkle #C8CEEA

Tints of Periwinkle #C8CEEA

Color information

#C8CEEA (or 0xC8CEEA) is unknown color: approx Periwinkle. HEX triplet: C8, CE and EA. RGB value is (200,206,234). Sum of RGB (Red+Green+Blue) = 200+206+234=640 (84% of max value = 765). Red value is 200 (78.52% from 255 or 31.25% from 640); Green value is 206 (80.86% from 255 or 32.19% from 640); Blue value is 234 (91.80% from 255 or 36.56% from 640); Max value from RGB is 234 - color contains mainly: blue. Hex color #C8CEEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C8CEEA is #373115. Grayscale: #CFCFCF. Windows color (decimal): -3617046 or 15388360. OLE color: 15388360.

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

Color convert

RGB200206234-
CMYK0.150.1200.08
HSL229.41º44.74%85.1%-
HSV(B)229.41º14.53%91.76%-
XYZ60.7462.3686.68-
YUV207.4143.01122.72-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 31.25%
GREEN value IS 206 (80.86% from 255) = 32.19%
BLUE value IS 234 (91.80% from 255) = 36.56%
R=31.25%
G=32.19%
B=36.56%

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
Decimal2002062340.150.1200.08229.4144.7485.1
HexC8CEEAFC08e52d55
Octal310316352171401034555125
Binary1100100011001110111010101111110001000111001011011011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8CEEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8CEEA; }

 p { color: rgb(200,206,234); }

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

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

 a { background-color: rgb(200,206,234); }

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

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

 span { border-color: rgb(200,206,234); }

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