#CAD1EA

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

Shades of Periwinkle #CAD1EA

Tints of Periwinkle #CAD1EA

Color information

#CAD1EA (or 0xCAD1EA) is unknown color: approx Periwinkle. HEX triplet: CA, D1 and EA. RGB value is (202,209,234). Sum of RGB (Red+Green+Blue) = 202+209+234=645 (85% of max value = 765). Red value is 202 (79.30% from 255 or 31.32% from 645); Green value is 209 (82.03% from 255 or 32.40% from 645); Blue value is 234 (91.80% from 255 or 36.28% from 645); Max value from RGB is 234 - color contains mainly: blue. Hex color #CAD1EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CAD1EA is #352E15. Grayscale: #D1D1D1. Windows color (decimal): -3485206 or 15389130. OLE color: 15389130.

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

Color convert

RGB202209234-
CMYK0.140.1100.08
HSL226.88º43.24%85.49%-
HSV(B)226.88º13.68%91.76%-
XYZ62.0164.186.95-
YUV209.76141.68122.47-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 31.32%
GREEN value IS 209 (82.03% from 255) = 32.40%
BLUE value IS 234 (91.80% from 255) = 36.28%
R=31.32%
G=32.40%
B=36.28%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2022092340.140.1100.08226.8843.2485.49
HexCAD1EAEB08e32b55
Octal312321352161301034353125
Binary1100101011010001111010101110101101000111000111010111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAD1EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAD1EA; }

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

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

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

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

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

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

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

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