#CAD1EB

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

Shades of Periwinkle #CAD1EB

Tints of Periwinkle #CAD1EB

Color information

#CAD1EB (or 0xCAD1EB) is unknown color: approx Periwinkle. HEX triplet: CA, D1 and EB. RGB value is (202,209,235). Sum of RGB (Red+Green+Blue) = 202+209+235=646 (85% of max value = 765). Red value is 202 (79.30% from 255 or 31.27% from 646); Green value is 209 (82.03% from 255 or 32.35% from 646); Blue value is 235 (92.19% from 255 or 36.38% from 646); Max value from RGB is 235 - color contains mainly: blue. Hex color #CAD1EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CAD1EB is #352E14. Grayscale: #D1D1D1. Windows color (decimal): -3485205 or 15454666. OLE color: 15454666.

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

Color convert

RGB202209235-
CMYK0.140.1100.08
HSL227.27º45.21%85.69%-
HSV(B)227.27º14.04%92.16%-
XYZ62.1564.1687.7-
YUV209.87142.18122.39-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 31.27%
GREEN value IS 209 (82.03% from 255) = 32.35%
BLUE value IS 235 (92.19% from 255) = 36.38%
R=31.27%
G=32.35%
B=36.38%

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
Decimal2022092350.140.1100.08227.2745.2185.69
HexCAD1EBEB08e32d56
Octal312321353161301034355126
Binary1100101011010001111010111110101101000111000111011011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAD1EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAD1EB; }

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

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

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

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

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

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

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

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