#C8D5EA

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

Shades of Periwinkle #C8D5EA

Tints of Periwinkle #C8D5EA

Color information

#C8D5EA (or 0xC8D5EA) is unknown color: approx Periwinkle. HEX triplet: C8, D5 and EA. RGB value is (200,213,234). Sum of RGB (Red+Green+Blue) = 200+213+234=647 (85% of max value = 765). Red value is 200 (78.52% from 255 or 30.91% from 647); Green value is 213 (83.59% from 255 or 32.92% from 647); Blue value is 234 (91.80% from 255 or 36.17% from 647); Max value from RGB is 234 - color contains mainly: blue. Hex color #C8D5EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C8D5EA is #372A15. Grayscale: #D3D3D3. Windows color (decimal): -3615254 or 15390152. OLE color: 15390152.

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

Color convert

RGB200213234-
CMYK0.150.0900.08
HSL217.06º44.74%85.1%-
HSV(B)217.06º14.53%91.76%-
XYZ62.4665.8187.25-
YUV211.51140.69119.79-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 30.91%
GREEN value IS 213 (83.59% from 255) = 32.92%
BLUE value IS 234 (91.80% from 255) = 36.17%
R=30.91%
G=32.92%
B=36.17%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2002132340.150.0900.08217.0644.7485.1
HexC8D5EAF908d92d55
Octal310325352171101033155125
Binary1100100011010101111010101111100101000110110011011011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8D5EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8D5EA; }

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

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

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

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

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

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

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

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