#CAD2EE

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

Shades of Periwinkle #CAD2EE

Tints of Periwinkle #CAD2EE

Color information

#CAD2EE (or 0xCAD2EE) is unknown color: approx Periwinkle. HEX triplet: CA, D2 and EE. RGB value is (202,210,238). Sum of RGB (Red+Green+Blue) = 202+210+238=650 (86% of max value = 765). Red value is 202 (79.30% from 255 or 31.08% from 650); Green value is 210 (82.42% from 255 or 32.31% from 650); Blue value is 238 (93.36% from 255 or 36.62% from 650); Max value from RGB is 238 - color contains mainly: blue. Hex color #CAD2EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CAD2EE is #352D11. Grayscale: #D2D2D2. Windows color (decimal): -3484946 or 15651530. OLE color: 15651530.

HSL color Cylindrical-coordinate representation of color #CAD2EE: hue angle of 226.67º degrees, saturation: 0.51, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CAD2EE is Cyan = 0.15, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB202210238-
CMYK0.150.1200.07
HSL226.67º51.43%86.27%-
HSV(B)226.67º15.13%93.33%-
XYZ62.8464.8290.09-
YUV210.8143.35121.72-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 31.08%
GREEN value IS 210 (82.42% from 255) = 32.31%
BLUE value IS 238 (93.36% from 255) = 36.62%
R=31.08%
G=32.31%
B=36.62%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2022102380.150.1200.07226.6751.4386.27
HexCAD2EEFC07e33356
Octal31232235617140734363126
Binary110010101101001011101110111111000111111000111100111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAD2EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAD2EE; }

 p { color: rgb(202,210,238); }

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

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

 a { background-color: rgb(202,210,238); }

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

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

 span { border-color: rgb(202,210,238); }

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