#CAD0F0

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

Shades of Periwinkle #CAD0F0

Tints of Periwinkle #CAD0F0

Color information

#CAD0F0 (or 0xCAD0F0) is unknown color: approx Periwinkle. HEX triplet: CA, D0 and F0. RGB value is (202,208,240). Sum of RGB (Red+Green+Blue) = 202+208+240=650 (86% of max value = 765). Red value is 202 (79.30% from 255 or 31.08% from 650); Green value is 208 (81.64% from 255 or 32% from 650); Blue value is 240 (94.14% from 255 or 36.92% from 650); Max value from RGB is 240 - color contains mainly: blue. Hex color #CAD0F0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CAD0F0 is #352F0F. Grayscale: #D1D1D1. Windows color (decimal): -3485456 or 15782090. OLE color: 15782090.

HSL color Cylindrical-coordinate representation of color #CAD0F0: hue angle of 230.53º degrees, saturation: 0.56, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CAD0F0 is Cyan = 0.16, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB202208240-
CMYK0.160.1300.06
HSL230.53º55.88%86.67%-
HSV(B)230.53º15.83%94.12%-
XYZ62.6463.9691.48-
YUV209.85145.01122.4-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 31.08%
GREEN value IS 208 (81.64% from 255) = 32%
BLUE value IS 240 (94.14% from 255) = 36.92%
R=31.08%
G=32%
B=36.92%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2022082400.160.1300.06230.5355.8886.67
HexCAD0F010D06e73857
Octal31232036020150634770127
Binary1100101011010000111100001000011010110111001111110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAD0F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAD0F0; }

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

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

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

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

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

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

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

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