#CACBDB

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

Shades of Periwinkle #CACBDB

Tints of Periwinkle #CACBDB

Color information

#CACBDB (or 0xCACBDB) is unknown color: approx Periwinkle. HEX triplet: CA, CB and DB. RGB value is (202,203,219). Sum of RGB (Red+Green+Blue) = 202+203+219=624 (82% of max value = 765). Red value is 202 (79.30% from 255 or 32.37% from 624); Green value is 203 (79.69% from 255 or 32.53% from 624); Blue value is 219 (85.94% from 255 or 35.10% from 624); Max value from RGB is 219 - color contains mainly: blue. Hex color #CACBDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CACBDB is #353424. Grayscale: #CCCCCC. Windows color (decimal): -3486757 or 14404554. OLE color: 14404554.

HSL color Cylindrical-coordinate representation of color #CACBDB: hue angle of 236.47º degrees, saturation: 0.19, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #CACBDB is Cyan = 0.08, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB202203219-
CMYK0.080.0700.14
HSL236.47º19.1%82.55%-
HSV(B)236.47º7.76%85.88%-
XYZ58.560.3875.59-
YUV204.52136.17126.2-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 32.37%
GREEN value IS 203 (79.69% from 255) = 32.53%
BLUE value IS 219 (85.94% from 255) = 35.10%
R=32.37%
G=32.53%
B=35.10%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2022032190.080.0700.14236.4719.182.55
HexCACBDB870Eec1353
Octal31231333310701635423123
Binary11001010110010111101101110001110111011101100100111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CACBDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CACBDB; }

 p { color: rgb(202,203,219); }

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

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

 a { background-color: rgb(202,203,219); }

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

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

 span { border-color: rgb(202,203,219); }

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