#C8CFE4

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

Shades of Periwinkle #C8CFE4

Tints of Periwinkle #C8CFE4

Color information

#C8CFE4 (or 0xC8CFE4) is unknown color: approx Periwinkle. HEX triplet: C8, CF and E4. RGB value is (200,207,228). Sum of RGB (Red+Green+Blue) = 200+207+228=635 (84% of max value = 765). Red value is 200 (78.52% from 255 or 31.50% from 635); Green value is 207 (81.25% from 255 or 32.60% from 635); Blue value is 228 (89.45% from 255 or 35.91% from 635); Max value from RGB is 228 - color contains mainly: blue. Hex color #C8CFE4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8CFE4 is #37301B. Grayscale: #CFCFCF. Windows color (decimal): -3616796 or 14995400. OLE color: 14995400.

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

Color convert

RGB200207228-
CMYK0.120.0900.11
HSL225º34.15%83.92%-
HSV(B)225º12.28%89.41%-
XYZ60.1462.5182.29-
YUV207.3139.68122.79-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 31.50%
GREEN value IS 207 (81.25% from 255) = 32.60%
BLUE value IS 228 (89.45% from 255) = 35.91%
R=31.50%
G=32.60%
B=35.91%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2002072280.120.0900.1122534.1583.92
HexC8CFE4C90Be12254
Octal310317344141101334142124
Binary1100100011001111111001001100100101011111000011000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8CFE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8CFE4; }

 p { color: rgb(200,207,228); }

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

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

 a { background-color: rgb(200,207,228); }

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

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

 span { border-color: rgb(200,207,228); }

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