#CACBE6

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

Shades of Periwinkle #CACBE6

Tints of Periwinkle #CACBE6

Color information

#CACBE6 (or 0xCACBE6) is unknown color: approx Periwinkle. HEX triplet: CA, CB and E6. RGB value is (202,203,230). Sum of RGB (Red+Green+Blue) = 202+203+230=635 (84% of max value = 765). Red value is 202 (79.30% from 255 or 31.81% from 635); Green value is 203 (79.69% from 255 or 31.97% from 635); Blue value is 230 (90.23% from 255 or 36.22% from 635); Max value from RGB is 230 - color contains mainly: blue. Hex color #CACBE6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CACBE6 is #353419. Grayscale: #CDCDCD. Windows color (decimal): -3486746 or 15125450. OLE color: 15125450.

HSL color Cylindrical-coordinate representation of color #CACBE6: hue angle of 237.86º degrees, saturation: 0.36, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CACBE6 is Cyan = 0.12, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB202203230-
CMYK0.120.1200.10
HSL237.86º35.9%84.71%-
HSV(B)237.86º12.17%90.2%-
XYZ6060.9883.47-
YUV205.78141.67125.3-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 31.81%
GREEN value IS 203 (79.69% from 255) = 31.97%
BLUE value IS 230 (90.23% from 255) = 36.22%
R=31.81%
G=31.97%
B=36.22%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2022032300.120.1200.10237.8635.984.71
HexCACBE6CC0Aee2455
Octal312313346141401235644125
Binary1100101011001011111001101100110001010111011101001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CACBE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CACBE6; }

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

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

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

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

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

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

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

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