#C4D0EA

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

Shades of Periwinkle #C4D0EA

Tints of Periwinkle #C4D0EA

Color information

#C4D0EA (or 0xC4D0EA) is unknown color: approx Periwinkle. HEX triplet: C4, D0 and EA. RGB value is (196,208,234). Sum of RGB (Red+Green+Blue) = 196+208+234=638 (84% of max value = 765). Red value is 196 (76.95% from 255 or 30.72% from 638); Green value is 208 (81.64% from 255 or 32.60% from 638); Blue value is 234 (91.80% from 255 or 36.68% from 638); Max value from RGB is 234 - color contains mainly: blue. Hex color #C4D0EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C4D0EA is #3B2F15. Grayscale: #CFCFCF. Windows color (decimal): -3878678 or 15388868. OLE color: 15388868.

HSL color Cylindrical-coordinate representation of color #C4D0EA: hue angle of 221.05º degrees, saturation: 0.47, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #C4D0EA is Cyan = 0.16, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB196208234-
CMYK0.160.1100.08
HSL221.05º47.5%84.31%-
HSV(B)221.05º16.24%91.76%-
XYZ60.1762.7986.79-
YUV207.38143.02119.89-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 30.72%
GREEN value IS 208 (81.64% from 255) = 32.60%
BLUE value IS 234 (91.80% from 255) = 36.68%
R=30.72%
G=32.60%
B=36.68%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1962082340.160.1100.08221.0547.584.31
HexC4D0EA10B08dd2f54
Octal304320352201301033557124
Binary11000100110100001110101010000101101000110111011011111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4D0EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4D0EA; }

 p { color: rgb(196,208,234); }

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

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

 a { background-color: rgb(196,208,234); }

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

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

 span { border-color: rgb(196,208,234); }

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