#C8CCEB

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

Shades of Periwinkle #C8CCEB

Tints of Periwinkle #C8CCEB

Color information

#C8CCEB (or 0xC8CCEB) is unknown color: approx Periwinkle. HEX triplet: C8, CC and EB. RGB value is (200,204,235). Sum of RGB (Red+Green+Blue) = 200+204+235=639 (84% of max value = 765). Red value is 200 (78.52% from 255 or 31.30% from 639); Green value is 204 (80.08% from 255 or 31.92% from 639); Blue value is 235 (92.19% from 255 or 36.78% from 639); Max value from RGB is 235 - color contains mainly: blue. Hex color #C8CCEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C8CCEB is #373314. Grayscale: #CECECE. Windows color (decimal): -3617557 or 15453384. OLE color: 15453384.

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

Color convert

RGB200204235-
CMYK0.150.1300.08
HSL233.14º46.67%85.29%-
HSV(B)233.14º14.89%92.16%-
XYZ60.4161.4687.28-
YUV206.34144.17123.48-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 31.30%
GREEN value IS 204 (80.08% from 255) = 31.92%
BLUE value IS 235 (92.19% from 255) = 36.78%
R=31.30%
G=31.92%
B=36.78%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2002042350.150.1300.08233.1446.6785.29
HexC8CCEBFD08e92f55
Octal310314353171501035157125
Binary1100100011001100111010111111110101000111010011011111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8CCEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8CCEB; }

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

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

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

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

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

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

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

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