#C8CEEB

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

Shades of Periwinkle #C8CEEB

Tints of Periwinkle #C8CEEB

Color information

#C8CEEB (or 0xC8CEEB) is unknown color: approx Periwinkle. HEX triplet: C8, CE and EB. RGB value is (200,206,235). Sum of RGB (Red+Green+Blue) = 200+206+235=641 (84% of max value = 765). Red value is 200 (78.52% from 255 or 31.20% from 641); Green value is 206 (80.86% from 255 or 32.14% from 641); Blue value is 235 (92.19% from 255 or 36.66% from 641); Max value from RGB is 235 - color contains mainly: blue. Hex color #C8CEEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C8CEEB is #373114. Grayscale: #CFCFCF. Windows color (decimal): -3617045 or 15453896. OLE color: 15453896.

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

Color convert

RGB200206235-
CMYK0.150.1200.08
HSL229.71º46.67%85.29%-
HSV(B)229.71º14.89%92.16%-
XYZ60.8962.4287.44-
YUV207.51143.51122.64-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 31.20%
GREEN value IS 206 (80.86% from 255) = 32.14%
BLUE value IS 235 (92.19% from 255) = 36.66%
R=31.20%
G=32.14%
B=36.66%

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
Decimal2002062350.150.1200.08229.7146.6785.29
HexC8CEEBFC08e62f55
Octal310316353171401034657125
Binary1100100011001110111010111111110001000111001101011111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8CEEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8CEEB; }

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

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

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

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

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

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

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

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