#C9CAE0

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

Shades of Periwinkle #C9CAE0

Tints of Periwinkle #C9CAE0

Color information

#C9CAE0 (or 0xC9CAE0) is unknown color: approx Periwinkle. HEX triplet: C9, CA and E0. RGB value is (201,202,224). Sum of RGB (Red+Green+Blue) = 201+202+224=627 (83% of max value = 765). Red value is 201 (78.91% from 255 or 32.06% from 627); Green value is 202 (79.30% from 255 or 32.22% from 627); Blue value is 224 (87.89% from 255 or 35.73% from 627); Max value from RGB is 224 - color contains mainly: blue. Hex color #C9CAE0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9CAE0 is #36351F. Grayscale: #CCCCCC. Windows color (decimal): -3552544 or 14731977. OLE color: 14731977.

HSL color Cylindrical-coordinate representation of color #C9CAE0: hue angle of 237.39º degrees, saturation: 0.27, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #C9CAE0 is Cyan = 0.10, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB201202224-
CMYK0.100.1000.12
HSL237.39º27.06%83.33%-
HSV(B)237.39º10.27%87.84%-
XYZ58.6660.0479.02-
YUV204.21139.17125.71-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 32.06%
GREEN value IS 202 (79.30% from 255) = 32.22%
BLUE value IS 224 (87.89% from 255) = 35.73%
R=32.06%
G=32.22%
B=35.73%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2012022240.100.1000.12237.3927.0683.33
HexC9CAE0AA0Ced1b53
Octal311312340121201435533123
Binary110010011100101011100000101010100110011101101110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9CAE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9CAE0; }

 p { color: rgb(201,202,224); }

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

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

 a { background-color: rgb(201,202,224); }

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

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

 span { border-color: rgb(201,202,224); }

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