#CAD0EB

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

Shades of Periwinkle #CAD0EB

Tints of Periwinkle #CAD0EB

Color information

#CAD0EB (or 0xCAD0EB) is unknown color: approx Periwinkle. HEX triplet: CA, D0 and EB. RGB value is (202,208,235). Sum of RGB (Red+Green+Blue) = 202+208+235=645 (85% of max value = 765). Red value is 202 (79.30% from 255 or 31.32% from 645); Green value is 208 (81.64% from 255 or 32.25% from 645); Blue value is 235 (92.19% from 255 or 36.43% from 645); Max value from RGB is 235 - color contains mainly: blue. Hex color #CAD0EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CAD0EB is #352F14. Grayscale: #D1D1D1. Windows color (decimal): -3485461 or 15454410. OLE color: 15454410.

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

Color convert

RGB202208235-
CMYK0.140.1100.08
HSL229.09º45.21%85.69%-
HSV(B)229.09º14.04%92.16%-
XYZ61.9163.6787.62-
YUV209.28142.51122.8-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 31.32%
GREEN value IS 208 (81.64% from 255) = 32.25%
BLUE value IS 235 (92.19% from 255) = 36.43%
R=31.32%
G=32.25%
B=36.43%

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
Decimal2022082350.140.1100.08229.0945.2185.69
HexCAD0EBEB08e52d56
Octal312320353161301034555126
Binary1100101011010000111010111110101101000111001011011011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAD0EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAD0EB; }

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

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

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

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

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

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

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

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