#CAD0EC

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

Shades of Periwinkle #CAD0EC

Tints of Periwinkle #CAD0EC

Color information

#CAD0EC (or 0xCAD0EC) is unknown color: approx Periwinkle. HEX triplet: CA, D0 and EC. RGB value is (202,208,236). Sum of RGB (Red+Green+Blue) = 202+208+236=646 (85% of max value = 765). Red value is 202 (79.30% from 255 or 31.27% from 646); Green value is 208 (81.64% from 255 or 32.20% from 646); Blue value is 236 (92.58% from 255 or 36.53% from 646); Max value from RGB is 236 - color contains mainly: blue. Hex color #CAD0EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CAD0EC is #352F13. Grayscale: #D1D1D1. Windows color (decimal): -3485460 or 15519946. OLE color: 15519946.

HSL color Cylindrical-coordinate representation of color #CAD0EC: hue angle of 229.41º 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 #CAD0EC is Cyan = 0.14, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB202208236-
CMYK0.140.1200.07
HSL229.41º47.22%85.88%-
HSV(B)229.41º14.41%92.55%-
XYZ62.0563.7288.39-
YUV209.4143.01122.72-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 31.27%
GREEN value IS 208 (81.64% from 255) = 32.20%
BLUE value IS 236 (92.58% from 255) = 36.53%
R=31.27%
G=32.20%
B=36.53%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2022082360.140.1200.07229.4147.2285.88
HexCAD0ECEC07e52f56
Octal31232035416140734557126
Binary110010101101000011101100111011000111111001011011111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAD0EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAD0EC; }

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

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

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

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

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

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

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

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