#C8CBEB

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

Shades of Periwinkle #C8CBEB

Tints of Periwinkle #C8CBEB

Color information

#C8CBEB (or 0xC8CBEB) is unknown color: approx Periwinkle. HEX triplet: C8, CB and EB. RGB value is (200,203,235). Sum of RGB (Red+Green+Blue) = 200+203+235=638 (84% of max value = 765). Red value is 200 (78.52% from 255 or 31.35% from 638); Green value is 203 (79.69% from 255 or 31.82% from 638); Blue value is 235 (92.19% from 255 or 36.83% from 638); Max value from RGB is 235 - color contains mainly: blue. Hex color #C8CBEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C8CBEB is #373414. Grayscale: #CDCDCD. Windows color (decimal): -3617813 or 15453128. OLE color: 15453128.

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

Color convert

RGB200203235-
CMYK0.150.1400.08
HSL234.86º46.67%85.29%-
HSV(B)234.86º14.89%92.16%-
XYZ60.1760.9987.2-
YUV205.75144.51123.9-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 31.35%
GREEN value IS 203 (79.69% from 255) = 31.82%
BLUE value IS 235 (92.19% from 255) = 36.83%
R=31.35%
G=31.82%
B=36.83%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2002032350.150.1400.08234.8646.6785.29
HexC8CBEBFE08eb2f55
Octal310313353171601035357125
Binary1100100011001011111010111111111001000111010111011111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8CBEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8CBEB; }

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

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

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

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

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

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

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

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