#C5CEE7

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

Shades of Periwinkle #C5CEE7

Tints of Periwinkle #C5CEE7

Color information

#C5CEE7 (or 0xC5CEE7) is unknown color: approx Periwinkle. HEX triplet: C5, CE and E7. RGB value is (197,206,231). Sum of RGB (Red+Green+Blue) = 197+206+231=634 (83% of max value = 765). Red value is 197 (77.34% from 255 or 31.07% from 634); Green value is 206 (80.86% from 255 or 32.49% from 634); Blue value is 231 (90.62% from 255 or 36.44% from 634); Max value from RGB is 231 - color contains mainly: blue. Hex color #C5CEE7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C5CEE7 is #3A3118. Grayscale: #CECECE. Windows color (decimal): -3813657 or 15191749. OLE color: 15191749.

HSL color Cylindrical-coordinate representation of color #C5CEE7: hue angle of 224.12º degrees, saturation: 0.41, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #C5CEE7 is Cyan = 0.15, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB197206231-
CMYK0.150.1100.09
HSL224.12º41.46%83.92%-
HSV(B)224.12º14.72%90.59%-
XYZ59.5261.7884.39-
YUV206.16142.02121.47-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 31.07%
GREEN value IS 206 (80.86% from 255) = 32.49%
BLUE value IS 231 (90.62% from 255) = 36.44%
R=31.07%
G=32.49%
B=36.44%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1972062310.150.1100.09224.1241.4683.92
HexC5CEE7FB09e02954
Octal305316347171301134051124
Binary1100010111001110111001111111101101001111000001010011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5CEE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5CEE7; }

 p { color: rgb(197,206,231); }

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

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

 a { background-color: rgb(197,206,231); }

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

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

 span { border-color: rgb(197,206,231); }

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