#CAD1EF

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

Shades of Periwinkle #CAD1EF

Tints of Periwinkle #CAD1EF

Color information

#CAD1EF (or 0xCAD1EF) is unknown color: approx Periwinkle. HEX triplet: CA, D1 and EF. RGB value is (202,209,239). Sum of RGB (Red+Green+Blue) = 202+209+239=650 (86% of max value = 765). Red value is 202 (79.30% from 255 or 31.08% from 650); Green value is 209 (82.03% from 255 or 32.15% from 650); Blue value is 239 (93.75% from 255 or 36.77% from 650); Max value from RGB is 239 - color contains mainly: blue. Hex color #CAD1EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CAD1EF is #352E10. Grayscale: #D2D2D2. Windows color (decimal): -3485201 or 15716810. OLE color: 15716810.

HSL color Cylindrical-coordinate representation of color #CAD1EF: hue angle of 228.65º degrees, saturation: 0.54, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CAD1EF is Cyan = 0.15, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB202209239-
CMYK0.150.1300.06
HSL228.65º53.62%86.47%-
HSV(B)228.65º15.48%93.73%-
XYZ62.7464.3990.78-
YUV210.33144.18122.06-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 31.08%
GREEN value IS 209 (82.03% from 255) = 32.15%
BLUE value IS 239 (93.75% from 255) = 36.77%
R=31.08%
G=32.15%
B=36.77%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2022092390.150.1300.06228.6553.6286.47
HexCAD1EFFD06e53656
Octal31232135717150634566126
Binary110010101101000111101111111111010110111001011101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAD1EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAD1EF; }

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

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

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

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

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

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

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

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