#CAD1EC

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

Shades of Periwinkle #CAD1EC

Tints of Periwinkle #CAD1EC

Color information

#CAD1EC (or 0xCAD1EC) is unknown color: approx Periwinkle. HEX triplet: CA, D1 and EC. RGB value is (202,209,236). Sum of RGB (Red+Green+Blue) = 202+209+236=647 (85% of max value = 765). Red value is 202 (79.30% from 255 or 31.22% from 647); Green value is 209 (82.03% from 255 or 32.30% from 647); Blue value is 236 (92.58% from 255 or 36.48% from 647); Max value from RGB is 236 - color contains mainly: blue. Hex color #CAD1EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CAD1EC is #352E13. Grayscale: #D1D1D1. Windows color (decimal): -3485204 or 15520202. OLE color: 15520202.

HSL color Cylindrical-coordinate representation of color #CAD1EC: hue angle of 227.65º degrees, saturation: 0.47, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CAD1EC is Cyan = 0.14, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB202209236-
CMYK0.140.1100.07
HSL227.65º47.22%85.88%-
HSV(B)227.65º14.41%92.55%-
XYZ62.364.2188.47-
YUV209.98142.68122.3-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 31.22%
GREEN value IS 209 (82.03% from 255) = 32.30%
BLUE value IS 236 (92.58% from 255) = 36.48%
R=31.22%
G=32.30%
B=36.48%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2022092360.140.1100.07227.6547.2285.88
HexCAD1ECEB07e42f56
Octal31232135416130734457126
Binary110010101101000111101100111010110111111001001011111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAD1EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAD1EC; }

 p { color: rgb(202,209,236); }

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

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

 a { background-color: rgb(202,209,236); }

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

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

 span { border-color: rgb(202,209,236); }

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