#CAD0EA

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

Shades of Periwinkle #CAD0EA

Tints of Periwinkle #CAD0EA

Color information

#CAD0EA (or 0xCAD0EA) is unknown color: approx Periwinkle. HEX triplet: CA, D0 and EA. RGB value is (202,208,234). Sum of RGB (Red+Green+Blue) = 202+208+234=644 (85% of max value = 765). Red value is 202 (79.30% from 255 or 31.37% from 644); Green value is 208 (81.64% from 255 or 32.30% from 644); Blue value is 234 (91.80% from 255 or 36.34% from 644); Max value from RGB is 234 - color contains mainly: blue. Hex color #CAD0EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CAD0EA is #352F15. Grayscale: #D1D1D1. Windows color (decimal): -3485462 or 15388874. OLE color: 15388874.

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

Color convert

RGB202208234-
CMYK0.140.1100.08
HSL228.75º43.24%85.49%-
HSV(B)228.75º13.68%91.76%-
XYZ61.7663.6186.86-
YUV209.17142.01122.89-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 31.37%
GREEN value IS 208 (81.64% from 255) = 32.30%
BLUE value IS 234 (91.80% from 255) = 36.34%
R=31.37%
G=32.30%
B=36.34%

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
Decimal2022082340.140.1100.08228.7543.2485.49
HexCAD0EAEB08e52b55
Octal312320352161301034553125
Binary1100101011010000111010101110101101000111001011010111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAD0EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAD0EA; }

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

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

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

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

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

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

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

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