#C4CEE7

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

Shades of Periwinkle #C4CEE7

Tints of Periwinkle #C4CEE7

Color information

#C4CEE7 (or 0xC4CEE7) is unknown color: approx Periwinkle. HEX triplet: C4, CE and E7. RGB value is (196,206,231). Sum of RGB (Red+Green+Blue) = 196+206+231=633 (83% of max value = 765). Red value is 196 (76.95% from 255 or 30.96% from 633); Green value is 206 (80.86% from 255 or 32.54% from 633); Blue value is 231 (90.62% from 255 or 36.49% from 633); Max value from RGB is 231 - color contains mainly: blue. Hex color #C4CEE7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C4CEE7 is #3B3118. Grayscale: #CDCDCD. Windows color (decimal): -3879193 or 15191748. OLE color: 15191748.

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

Color convert

RGB196206231-
CMYK0.150.1100.09
HSL222.86º42.17%83.73%-
HSV(B)222.86º15.15%90.59%-
XYZ59.2661.6584.38-
YUV205.86142.19120.97-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 30.96%
GREEN value IS 206 (80.86% from 255) = 32.54%
BLUE value IS 231 (90.62% from 255) = 36.49%
R=30.96%
G=32.54%
B=36.49%

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
Decimal1962062310.150.1100.09222.8642.1783.73
HexC4CEE7FB09df2a54
Octal304316347171301133752124
Binary1100010011001110111001111111101101001110111111010101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4CEE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4CEE7; }

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

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

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

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

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

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

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

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