#C2CAEE

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

Shades of Periwinkle #C2CAEE

Tints of Periwinkle #C2CAEE

Color information

#C2CAEE (or 0xC2CAEE) is unknown color: approx Periwinkle. HEX triplet: C2, CA and EE. RGB value is (194,202,238). Sum of RGB (Red+Green+Blue) = 194+202+238=634 (83% of max value = 765). Red value is 194 (76.17% from 255 or 30.60% from 634); Green value is 202 (79.30% from 255 or 31.86% from 634); Blue value is 238 (93.36% from 255 or 37.54% from 634); Max value from RGB is 238 - color contains mainly: blue. Hex color #C2CAEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C2CAEE is #3D3511. Grayscale: #CBCBCB. Windows color (decimal): -4011282 or 15649474. OLE color: 15649474.

HSL color Cylindrical-coordinate representation of color #C2CAEE: hue angle of 229.09º degrees, saturation: 0.56, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C2CAEE is Cyan = 0.18, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB194202238-
CMYK0.180.1500.07
HSL229.09º56.41%84.71%-
HSV(B)229.09º18.49%93.33%-
XYZ58.859.8889.35-
YUV203.71147.35121.07-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 30.60%
GREEN value IS 202 (79.30% from 255) = 31.86%
BLUE value IS 238 (93.36% from 255) = 37.54%
R=30.60%
G=31.86%
B=37.54%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1942022380.180.1500.07229.0956.4184.71
HexC2CAEE12F07e53855
Octal30231235622170734570125
Binary1100001011001010111011101001011110111111001011110001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2CAEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2CAEE; }

 p { color: rgb(194,202,238); }

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

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

 a { background-color: rgb(194,202,238); }

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

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

 span { border-color: rgb(194,202,238); }

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