#CAD3EA

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

Shades of Periwinkle #CAD3EA

Tints of Periwinkle #CAD3EA

Color information

#CAD3EA (or 0xCAD3EA) is unknown color: approx Periwinkle. HEX triplet: CA, D3 and EA. RGB value is (202,211,234). Sum of RGB (Red+Green+Blue) = 202+211+234=647 (85% of max value = 765). Red value is 202 (79.30% from 255 or 31.22% from 647); Green value is 211 (82.81% from 255 or 32.61% from 647); Blue value is 234 (91.80% from 255 or 36.17% from 647); Max value from RGB is 234 - color contains mainly: blue. Hex color #CAD3EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CAD3EA is #352C15. Grayscale: #D2D2D2. Windows color (decimal): -3484694 or 15389642. OLE color: 15389642.

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

Color convert

RGB202211234-
CMYK0.140.1000.08
HSL223.12º43.24%85.49%-
HSV(B)223.12º13.68%91.76%-
XYZ62.565.0987.11-
YUV210.93141.02121.63-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 31.22%
GREEN value IS 211 (82.81% from 255) = 32.61%
BLUE value IS 234 (91.80% from 255) = 36.17%
R=31.22%
G=32.61%
B=36.17%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2022112340.140.1000.08223.1243.2485.49
HexCAD3EAEA08df2b55
Octal312323352161201033753125
Binary1100101011010011111010101110101001000110111111010111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAD3EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAD3EA; }

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

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

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

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

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

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

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

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